Algorithms simulator is a tool that visually simulates "How algorithms work" it contains different algorithms for now it only contains
- Sorting Algorithms
- Bubble sort
- Selection sort
- Insertion sort
- Merge sort
- Quick sort
- Shortest Path Algorithms
- BFS
- Dijkstra
Currently I am working on some other algorithms and data structures to add
Alogrithms
- Bellman-ford
- Floyd warshall
Data structures
- Binary tree
- Trie
- Suffix tree