This project is an implementation of a graph data structure to represent the Delhi Metro Network. The graph is implemented using a HashMap.
- Clone the repository.
- Run the following commands in the terminal:
cd DelhiMetro-Graph
javac *.java
java Client
- The graph is implemented using a HashMap.
- The graph is undirected and weighted.
- Add more features to the graph.
- Add GUI to the project.
- Add CLI to the project.
- Add more cities to the project.