https://github.com/efefurkankarakaya/cheapest-route-graph3d
Find cheapest route on graph map [demo]
https://github.com/efefurkankarakaya/cheapest-route-graph3d
d3 dijkstra react-force-graph
Last synced: about 2 months ago
JSON representation
Find cheapest route on graph map [demo]
- Host: GitHub
- URL: https://github.com/efefurkankarakaya/cheapest-route-graph3d
- Owner: efefurkankarakaya
- Created: 2022-12-14T16:51:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-29T20:06:38.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T07:43:57.976Z (4 months ago)
- Topics: d3, dijkstra, react-force-graph
- Language: JavaScript
- Homepage: https://efefurkankarakaya.github.io/cheapest-route-graph3d/
- Size: 4.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cheapest Route
Visualizes given graph with 3D node objects and calculates cheapest path and shows in console screen.
## Installation
`$ pnpm install`
## Running
### To start
`$ pnpm start`
### To test
`$ pnpm test`