Graph Algorithms APK

Graph Algorithms  Icon
 
1.6/5
5 Ratings
Developer
Gerardo Teruel
Current Version
1.0.1
Date Published
File Size
1.7 MB
Package ID
com.gerardogtn.graphalgorithms2
Price
$ 0.00
Downloads
100+
Category
Android Apps
Genre
Education

APK Version History

Version
1.0.1 (2)
Architecture
universal
Release Date
October 13, 2018
Requirement
Android 4.1+
  • Graph Algorithms Screenshot
  • Graph Algorithms Screenshot
  • Graph Algorithms Screenshot
  • Graph Algorithms Screenshot
  • Graph Algorithms Screenshot

About Radio FM 90s

Graphs can be confusing, and graph algorithms may be complex. With graph algorithms you can create directed and undirected graphs, or (if you want something fancier) you can import or export graphs to gexf format (we limit import graphs to 50 nodes to avoid performance problems). The algorithms that we currently support are:

Depth First Search
Breadth First Search
Prim Minimum Spanning Tree
Kruskal Minimum Spanning Tree
Djikstra's shortest path
Bellman Ford
Floyd Warshall

You can visualize the animations with default delay times or you can check out the step by step mode.

What's New in this version

New play store listing. Fixes issues when creating edges.