下载 APKPure App
可在安卓获取AlgoLizer的历史版本
AlgoLizer是一个开源应用程序,用于通过精美的动画可视化算法
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)