下載 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)