View Algorithm Visualizer [https://mhjcodes.github.io/Algorithm-visualizer/]
- Add instructions in all visualizer to make it more user friendly.
- Add graph / sorting algorithm description.
Insert / Delete Number.
- Dijkstra's algorithm
- A* Search algorithm
- BFS(Breadth first search)
- DFS(Depth first search)
- Merge Sort
- Quick Sort
- Insertion Sort
- Bubble Sort
- Selection Sort