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
run without packaging
in source folder
npm run start
package app
in source folder
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.
Languages
JavaScript
94.3%
HTML
5.7%