Skip to content

A web application inspired by the Delhi Metro Rail Information website.

Notifications You must be signed in to change notification settings

stephenvincent27/route-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Route Planner for Urban Rail Transit System

A web application inspired by the Delhi Metro Rail Information website.

This is what it does: give it a source and destination station, and it will produce the shortest path between them, outlining the stations where you would be required to change lines. Pretty neat, isn't it? A pretty strenuous, long-winded (but elaborate) excuse to just apply Dijkstra's algorithm, we'd say. (Sadly, it currently uses Breadth-First Search instead, as Dijkstra's would only make sense when shortest path would be defined on a parameter such as distance, or time taken, for which we need to input a lot of corresponding data. Right now, shortest path simply means 'the path containing the least number of stations in between'.)

The metro network we use is a subset of the Delhi metro network.

The webapp is now live, check it out here!

Here's a quick glance! 👀

Find Route page

Find Route Result page

List Of Stations page

About page

About

A web application inspired by the Delhi Metro Rail Information website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published