There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A graph which models the public transport system of Dublin city using two CSV files. One contains a list of all bus stops in Dublin (nodes) and the other contains a list of routes between those bus stops (edges). Using Dijkstra’s algorithm on the graph it prints the optimal sequence of bus stops from source to destination.