2023-05-23 03:13:34 +02:00
2023-05-23 03:04:00 +02:00
2023-05-23 03:04:36 +02:00
2023-05-23 03:05:46 +02:00
2023-05-23 03:05:46 +02:00
2023-05-23 03:04:36 +02:00
2023-05-23 03:04:00 +02:00
2023-05-23 03:05:46 +02:00
2023-05-23 02:48:14 +02:00
2023-05-23 03:04:36 +02:00
2023-05-23 03:04:00 +02:00
2023-05-23 03:04:00 +02:00
2023-05-23 03:04:00 +02:00
2023-05-23 03:04:36 +02:00
2023-05-23 03:04:36 +02:00
2023-05-23 03:13:34 +02:00

courchevel-map

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

Step 1) install dependencies

npm install

Step 2) Run/Package

run without packaging

npm run start

package app

npm run make
Description
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.
Readme 1 MiB
Languages
JavaScript 94.3%
HTML 5.7%