Skip to content

AnamikaSaini08/Least-Time-Travel-Path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

List-Time-Travel-Path

1: This project is used for finding the shortest distance between two cities
2: Available Bus and Aeroplane services are used to find the least time travel path.
3: This is implemented by Dijkstra's algorithm.