Skip to content

juanchovelezpro/ShortestPath-ColombiaCities

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 83.5%
  • Java 15.0%
  • CSS 1.4%
  • JavaScript 0.1%