dangngocquan/java-dsa-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

ContentStatus
1Sort Algorithm: Bubble Sort
2Sort Algorithm: Selection Sort
3Sort Algorithm: Insertion Sort
4Sort Algorithm: Quick Sort
5Sort Algorithm: Merge Sort
6Sort Algorithm: Heap Sort
7Search Algorithm: Sequential Search
8Search Algorithm: Binary Search
9Data Structure: List - Array List
10Data Structure: List - Singly Linked List
11Data Structure: List - Double Linked List
12Data Structure: Stack - Array Stack
13Data Structure: Stack - Linked Stack
14Data Structure: Queue - Array Queue
15Data Structure: Queue - Linked Queue
16Data Structure: Priority Queue - Unsorted Array Priority Queue
17Data Structure: Priority Queue - Sorted Array Priority Queue
18Data Structure: Priority Queue - Unsorted Linked Priority Queue
19Data Structure: Priority Queue - Sorted Linked Priority Queue
20Data Structure: Priority Queue - Min Heap Priority Queue
21Data Structure: Tree - Binary Search Tree
22Data Structure: Tree - AVL Tree

Screenshot (417)

Sort Algorithms will be executed on an array with 6 features:

  • Shuffle: Shuffle position of elements in current array.
  • Generate New: Generate new array, each element will have random value in range [1 - 99].
  • Array size: The size of array. You can change this value in range [2 - 128].
  • Elements: The elements in current array. You can custom set each element value in array with value in range [1 - 99].
  • Animation Speed: Period of each animation step. You can set animation speed with min value is 10 (ms) (this is the fastest case).
  • Start sort | Pause sort | Continue sort: You can start the sort animation, pause it or continue if you want.

Screenshot (418)

Sort Algorithms will be executed on an array with 7 features:

  • Shuffle: Shuffle position of elements in current array.
  • Generate New: Generate new array, each element will have random value in range [1 - 99].
  • Array size: The size of array. You can change this value in range [2 - 128].
  • Elements: The elements in current array. You can custom set each element value in array with value in range [1 - 99].
  • Value searching: The value which you want to search in current array. You can set this value in range [1- 99].
  • Animation Speed: Period of each animation step. You can set animation speed with min value is 10 (ms) (this is the fastest case).
  • Start sort | Pause sort | Continue sort: You can start the sort animation, pause it or continue if you want.

Screenshot (419)

Data Structures will have 3 features:

  • Animation Speed: Period of each animation step. You can set animation speed with min value is 500 (ms) (this is the fastest case).

  • Choose Action: You can choose a method of current data structure which you want to see visualization

    • List: Have 5 actions add(value), add(index, value), get(index), remove(index), remove(value)

      Screenshot (420)

    • Stack: Have 2 actions push(value), pop()

      Screenshot (421)

    • Queue: Have 2 actions enqueue(value), dequeue()

      Screenshot (422)

    • Priority Queue: Have 2 actions insert(key, value), removeMin()

      Screenshot (423)

    • Tree: Have 8 actions includes 6 traversal methods, insert(value), delete(value)

      Screenshot (424)

  • Run Action: Run animation with selected method. When you started animation, you can't pause it.

2023-12-02.16-43-12.mp4
2023-12-02.17-01-52.mp4
2023-12-02.17-04-46.mp4
2023-12-02.17-18-43.mp4
2023-12-02.17-21-16.mp4
2023-12-02.17-26-08.mp4
2023-12-02.17-29-03.mp4
2023-12-02.17-33-06.mp4
2023-12-02.23-24-08.mp4
2023-12-02.23-25-35.mp4
2023-12-02.23-28-16.mp4
2023-12-02.23-28-51.mp4
2023-12-02.23-30-10.mp4
2023-12-02.23-33-23.mp4
2023-12-02.23-34-00.mp4
2023-12-02.23-34-50.mp4
2023-12-02.23-35-26.mp4
2023-12-02.23-36-22.mp4
2023-12-02.23-38-40.mp4
2023-12-02.23-39-08.mp4
2023-12-02.23-40-02.mp4
2023-12-03.00-06-33.mp4
2023-12-03.00-07-30.mp4
2023-12-03.00-13-54.mp4
2023-12-03.00-14-27.mp4
2023-12-03.00-15-23.mp4
2023-12-03.00-15-48.mp4
2023-12-03.00-16-50.mp4
2023-12-03.00-17-20.mp4
2023-12-03.00-20-02.mp4
2023-12-03.00-20-26.mp4
2023-12-03.00-22-33.mp4
2023-12-03.00-23-09.mp4
2023-12-03.00-32-51.mp4
2023-12-03.00-33-26.mp4
2023-12-03.00-37-33.mp4
2023-12-03.00-38-00.mp4
2023-12-03.00-39-29.mp4
2023-12-03.00-39-57.mp4
2023-12-03.00-41-09.mp4
2023-12-03.00-41-49.mp4
2023-12-03.00-43-08.mp4
2023-12-03.00-43-42.mp4
2023-12-03.00-44-18.mp4
2023-12-03.00-46-15.mp4
2023-12-03.00-46-47.mp4
2023-12-03.00-47-48.mp4