Visualize the basic algorithms of pathfinding and sorting with animation.
Easy to understand and control the animation according to your wish like increasing the speed of animation, go to a specific position, watch each step of the algorithm at a time, etc.
The pathfinding algorithms currently included in the app are: Breadth-First Search, Depth- First Search, A-star search, Dijkstra's algorithm
Sorting Algorithms includes: Merge Sort, Heap Sort, Bubble Sort, Selection Sort, Quick Sort Insertion Sort.