Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 675 Bytes

File metadata and controls

27 lines (21 loc) · 675 Bytes

METROONE- (DELHI METRO ROUTE FINDER) A Java based Delhi Metro Route Finder using Dijkstra's algorithm and Swing GUI.

APPLICATION SCREENSHOT- metro-gui png

FEATURES: *Shortest path using dijkstra algo *Fare estimation *Travel time calculation *30 major delhi metro stations *Interchange detection *Interactive Swing GUI

TECHNOLOGIES USED *Java *Java Swings *Dijkstra algorithm *Data Structures( Graphs, Priority Queue) *OOP

HOW TO RUN-

  1. Clone the repository
  2. Open the project in IntelliJ/Eclipse/VS Code
  3. Run Main.java

~~[AUTHOR-FALAK]