Skip to content

Application exposes one endpoint which calculates land route from one country to another using Breadth-First Search algorithm

License

Notifications You must be signed in to change notification settings

necsord/country-land-route

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Country Land Route

Application exposes one endpoint which calculates land route from one country to another using Breadth-First Search algorithm and countries repository as data source.

Requirements

Quick installation

Command line:

docker compose up

Usage

  1. Run application
  2. Go to http://localhost:8080/routing/POL/FRA

Known issues

  • Poland's neighbour Kaliningrad is treated as if whole Russia was a neighbour, meaning it's possible to get to China just through Russia
  • Strait of Gibraltar is treated as a possible land route to Africa

About

Application exposes one endpoint which calculates land route from one country to another using Breadth-First Search algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published