Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.13 KB

File metadata and controls

28 lines (16 loc) · 1.13 KB

Shortest Path Colombia Cities

This project is a desktop application that shows the shortest path between cities of Colombia through the main routes. Also shows the shortest path to travel all cities.

The above functions were implemented using a graph.

To compute the shortest path between any city to another were used the Dijkstra Algorithm.

To compute the shortest path to travel all cities were used the Kruskal Algorithm.

  • Shortest Path between Cali and Barranquilla.

Shortest Path Cali-Barranquilla

The route:

Route Cali-Barranquilla

  • Minimum Spanning Tree.

MSP Kruskal

Authors:

  • Juan Camilo Vélez Olaya
  • Daniel Alejandro Cerquera Castro
  • Juan David Paz Dorado

For further information, all can be found here documents and Javadoc can be found here Javadoc.