Skip to content

Latest commit

 

History

History
49 lines (42 loc) · 1017 Bytes

File metadata and controls

49 lines (42 loc) · 1017 Bytes

<<<<<<< HEAD

Algorithm Visualizer

TODO

  • Add instructions in all visualizer to make it more user friendly.
  • Add graph / sorting algorithm description.

Trie

Insert / Delete Word.
Trie visulization

Binary Search Tree

Insert / Delete Number.
BST visulization

Graph Algorithms

  • Dijkstra's algorithm
  • A* Search algorithm
  • BFS(Breadth first search)
  • DFS(Depth first search)
Graph visulization

Sorting Algorithms

  • Merge Sort
  • Quick Sort
  • Insertion Sort
  • Bubble Sort
  • Selection Sort
Sorting visulization
======= # Algorithm-Visualizer >>>>>>> f835fca0112a17af1f5d15353b210e512e4979a6