https://github.com/yehezkiel1086/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/yehezkiel1086/dijkstra-shortest-path-east-java
algorithm dijkstra express shortest-paths
Last synced: 8 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/yehezkiel1086/dijkstra-shortest-path-east-java
- Owner: yehezkiel1086
- Created: 2023-05-13T10:46:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T04:08:14.000Z (over 2 years ago)
- Last Synced: 2025-02-18T05:34:40.760Z (10 months 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
NRP
Yehezkiel 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 application
Specification
Algorithm
Dijkstra
Language
Javascript
Framework
ExpressJS