This program manages adding and deleting subway stations and relevant connections. It also shows direct distance between two stations in terms of stations in between with the help of breadth-first search algorithm. The program also uses the depth-first search algorithm to show the critical points in the subway map.
- Fork this project
- Run on any c# compiler