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

Time bug ( FOR BFS ) #77

Closed priimej closed 1 year ago

priimej commented 1 year ago

The Time Class is incompatible with the Duration in the Trip Class. There is no implementation for compatibility between the durations and the time class; i.e. no way to add them and what not.

MagentaTreehouse commented 1 year ago

What about using the std::chrono utilities from the standard library? (see https://en.cppreference.com/w/cpp/chrono)