Dijkstra's algorithm, conceived by computer scientist Edsger Dijkstra is a graph search algorithm that solves the single-source shortest path problem for a graph with non-negative edge path costs, producing a shortest path tree. This algorithm is often used in routing and as a subroutine in other graph algorithms.
For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex.
The app displays the result in a distance table.
Última Versión
1.1Presentado por
Halen Chi
Requisitos
Android 2.3.2+
Categoría
Gratis Educación APPClasificación de contenido
Everyone
Reportar
Marcar como inapropiadoLast updated on 12/10/2015
Minor bug fixes and improvements. Install or update to the newest version to check it out!