在APKPure安全快速地下载APK
APKPure 使用签名验证功能,确保为您提供无病毒的 AlgoLizer | Algorithms Visualizer APK 下载。
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)