Categories

  • Android Apps
  • Android Games
  • Android Wallpapers
  • Android Wear Apps
  • Android Keyboard
  • Android Themes
  • Android Ringtones

Topics

  • Editor's Choice
  • Top Ranking
  • Pre Register
  • Offline Games
  • 2,3,4 Players Games

Categories

Topics

AlgoLizer | Algorithms Visualizer

AlgoLizer | Algorithms Visualizer APK

1.0 Free ․ Mohammad AL-Ali ⇣ Download APK (2.84 MB)

AlgoLizer is an open source app for visualizing algorithms with nice animations

What's AlgoLizer | Algorithms Visualizer APK?

AlgoLizer | Algorithms Visualizer is a app for Android, It's developed by Mohammad AL-Ali author.
First released on google play in 4 years ago and latest version released in 2 years ago.
This app has 97 download times on Google play
This product is an app in Education category
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)