Skip to content

slogan-15/the-route-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Route Planner based on Dijkstra's Shortest Path First algorithm

Route planner is solved using Java and some concepts from graph theory. It has 3 classes: FindRoute ​as main class, ​ Node ​a representation of a station and ​Edge ​representing a route to station with distance.

How to run it from Linux command line

$ javac *.java && java FindRoute route-file.txt Furenes Sløvåg

result: Furenes -> Eivindvik -> Rutledal -> Sløvåg: 32 minutes.

Inline-style: alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages