Skip to content

LucyBurns87/Python_GraphSearch_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python_GraphSearch_Project

With Codeademy Build a Routing Program to Help Vancouver Commuters

Vancouver’s public metro system has asked for our help to create a program to help commuters get from one landmark to another. You’ll be building out “SkyRoute,” a routing tool that uses breadth-first search, depth-first search, and Python dictionaries to accomplish this feat. For the purposes of this project, you can assume that it takes the same amount of time to get from each station to each of its connected neighboring stations.

FILES:-

graph_search.py has the bfs() and dfs() functions implemented in Python vc_metro.py contains a graph of all stations in the Vancouver metro system vc_landmarks.py contains a dictionary of Vancouver landmarks mapped to their nearest metro station(s) landmark_choices.py contains a dictionary of letters of the alphabet mapped to landmarks to make it easier for users to make a selection

We’ve imported these for you into skyroute.py, which is where you’ll be building out the SkyRoute tool.

About

Build a Routing Program to Help Vancouver Commuters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages