Skip to content

Implementation of Delhi Metro Using Graph Data Structure

Notifications You must be signed in to change notification settings

Guneetsinghtuli/DelhiMetro-Graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DelhiMetro-Graph

Introduction

This project is an implementation of a graph data structure to represent the Delhi Metro Network. The graph is implemented using a HashMap.

How to use

  • Clone the repository.
  • Run the following commands in the terminal:
cd DelhiMetro-Graph
javac *.java
java Client

Features

  • The graph is implemented using a HashMap.
  • The graph is undirected and weighted.

Output

Output

Future Scope

  • Add more features to the graph.
  • Add GUI to the project.
  • Add CLI to the project.
  • Add more cities to the project.

About

Implementation of Delhi Metro Using Graph Data Structure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages