Skip to content

This project uses undirected graphs to show the shortest distance between two data points.

Notifications You must be signed in to change notification settings

nicholasletarte/mapWDijkstras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

mapWDijkstras

Ever wondered how data structures can be used in real life? This project provides a practical application for the Dijkstra's shortest algorithm implementation. This project focuses on finding the shortest path between various cities all over New England.

Table of Contents

About The Project

I have gathered location data for various cities within New England. Using datascraping, I am able to create an undirected graph that depicts how each of these cities are connected. InputImage

It is important to note, the shortest paths depicted are not the always the shortest path in real life.
This is due to the fact we made an undirected graph to represent paths between cities.

An example output of two cities is shown below:

outPutImage

Tools Used

  • Python
  • Folium
  • Pandas
  • JSon objects

Contact

Nicholas Letarte - letarte.n@northeastern.edu
Project Link: https://github.com/nicholasletarte/mapWDijkstras

About

This project uses undirected graphs to show the shortest distance between two data points.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages