courchevel-map/README.md

18 lines
318 B
Markdown
Raw Normal View History

2023-05-23 02:48:14 +02:00
# courchevel-map
2023-05-23 03:07:39 +02:00
Graph theory project demonstrating how to map an area (Courchevel ski station in the example data) with a graph and use Floyd-Warshall algorithm to calculate itinerary.
# Install
## run without packaging
in source folder
```
npm run start
```
## package app
in source folder
```
npm run make
```