Skip to content

JavaCracks/DataStructures-Project

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors