https://github.com/bazoka-kaka/dijkstra-shortest-path-east-java
🌐 Here we are implementing Dijkstra algorithm to find the shortest route from one city to another in east java based on user's input in the form of web application
https://github.com/bazoka-kaka/dijkstra-shortest-path-east-java
algorithm dijkstra express shortest-paths
Last synced: 5 months ago
JSON representation
🌐 Here we are implementing Dijkstra algorithm to find the shortest route from one city to another in east java based on user's input in the form of web application
- Host: GitHub
- URL: https://github.com/bazoka-kaka/dijkstra-shortest-path-east-java
- Owner: bazoka-kaka
- Created: 2023-05-13T10:46:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T04:08:14.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T04:17:56.414Z (about 1 year ago)
- Topics: algorithm, dijkstra, express, shortest-paths
- Language: JavaScript
- Homepage:
- Size: 121 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quiz 2 - Design & Analysis of Algorithm (G)
Team members
Name
NRPYehezkiel Wiradhika
5025201086
Implementation
Here we are implementing Dijkstra algorithm to find the shortest route from one city to another in east java based on user's input in the form of web applicationSpecification
Algorithm
DijkstraLanguage
JavascriptFramework
ExpressJS