Skip to content

In this project, I connected all cities on a map while minimizing elevation between cities using Dijkstra's.

Notifications You must be signed in to change notification settings

akshat-patel/Router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Router

The goal of the assignment was to determine the paths to connect all of the cities on a map while minimizing the elevation between cities using Dijkstra's. We were given the number of cities and the width of the map as the first line of input. The next lines of input were the coordinates of each of those cities. After those lines, we were given a map of elevations, like so:

image

This assignment was co-authored by my partner, Navjot Singh. Sean Davis, my instructor for my Data Structures & Algorithms class, wrote everything except router.*

About

In this project, I connected all cities on a map while minimizing elevation between cities using Dijkstra's.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published