APKPure で安全で高速な APK のダウンロード
APKPure は署名検証を使用して、ウイルスフリーの AlgoLizer | Algorithms Visualizer APK ダウンロードを保証します。
3.1 MB
ファイルサイズ
Everyone
Android 5.0+
Android OS
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)