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)