Skip to content

DSA Visual Release

Latest
Compare
Choose a tag to compare
@LMurphy04 LMurphy04 released this 20 Aug 23:37

logo

DSA Visual

A Data Structures and Algorithms Visualisation Tool

Included Visualisations

Sorting Algorithms

  1. Selection Sort Max
  2. Selection Sort Min
  3. Insertion Sort
  4. Shell Sort
  5. Bubble Sort Up
  6. Bubble Sort Down
  7. Cocktail Sort
  8. Merge Sort
  9. Quick Sort
  10. 3-Way Quick Sort
  11. Heap Sort
  12. Counting Sort
  13. Radix Sort
  14. Bogo Sort

Binary Tree Traversals

  1. Inorder
  2. Preorder
  3. Postorder
  4. Breadth First Search
  5. Boundary

Graph Traversals

  1. Breadth First Search
  2. Depth First Search
  3. Djkstra's
  4. Bellman Ford
  5. A*

Hashmaps

  1. Chaining
  2. Linear Probing
  3. Quadratic Probing
  4. Double Hashing

Miscellaneous

  1. Binary Search
  2. Red Black Trees

Comments

If you enjoy (or even if you don't) please give some feedback and star the repository! I have no immediate intention on working further on the project, but I may implement bug fixes or new visuals in the future.