Skip to content

satya9500/Travel-Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travel-Planner

This is a simple project implementing Visual representation of Djikstra algorithm. Random graphs are generated on each new problem and solved by Djikstra's Algorithm. Optimized route is selected by choosing between flights and buses in the graph. To construct graphs, I have used vis.js. Thanks to the community who built this library.

You can see the site live here.

Generate Random Problem

Random Problem

Djikstra's Solution

Djikstra's Solution