Skip to content

An application that finds the most efficient route between given coordinates

Notifications You must be signed in to change notification settings

mertalicikoglu/Shortest-Route

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortest-Route

An application that finds the most efficient route between given coordinates

Traveling salesman and genetic algorithm were used to solve the problem. Genetic algorithm was used to increase the speed of the result. There are two endpoints where we can reach the shortest route and its alternatives. The first is the Json object that can be accessed with a get request from (http://localhost:4000). The second is the screen showing the visualized data. You can get this via get request (http://localhost:4000/map).

About

An application that finds the most efficient route between given coordinates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published