Skip to content

Find the shortest path between two points in a 2 dimensional shape.

Notifications You must be signed in to change notification settings

t-rentz/shortest-path-in-polygons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortest path in polygons

Finds the shortest path between two points in a two-dimensional shape.

Running

To run the project you will need Python 3.10 or later. To install the necessary libraries run the following:

pip install -r requirements.txt

After that you can run the project as follows:

python -m main

After that a figure with most of the world map will appear which is an example of polygons. On that figure you can click and the program will find and display the shortest path between the places you clicked.

demo

Acknowledgements

About

Find the shortest path between two points in a 2 dimensional shape.

Resources

Stars

Watchers

Forks

Languages