RPI-Subway-Challenge / subwayChallenge

Finds fastest path through all 472 NYC subway stations
https://en.wikipedia.org/wiki/Subway_Challenge
MIT License
8 stars 1 forks source link

Add files via upload #69

Closed priimej closed 1 year ago

priimej commented 1 year ago

Beginning the implementation of the BFS algorithim. Included is the recursive function without the driver that will go through all the stations and find an unvisited station.