AlgoLizer-algorithms-visualizer
AlgoLizer-algorithms-visualizer copied to clipboard
An open source Android app for visualizing algorithms with awesome animations
AlgoLizer | Algorithms Visualizer
Algolizer is an open source Android app for visualizing algorithms with a nice animation
Available Algorithms:
Shortest path algorithms:
- A*
- Dijkstra
- Greedy best-first
- Bredth-first search (BFS), on a grid with equal weight edges (BFS is similar to Dijkstra when the weight of edges are equal)
Other graph algorithms
Graph Traversal Algorithms
- BFS (Breadth First Search)
- DFS (Depth First Search)
Minimum Cost Spanning Tree(MST) Algorithms
- Kruskal's Algorithm
- Prim's Algorithm
Sorting algorithms (coming soon)
Demo video:
Click here! to watch the full video on YouTube.
Bugs appeared in the video are fixed with latter commits.
Download Algolizer app:
The app is avaiable on Google Play, download it from here
