Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megumikatou02/dijkstraalgorithmtechnical
Application to find the shortest path based on Dijkstra algorithm
https://github.com/megumikatou02/dijkstraalgorithmtechnical
application calculator-application java javafx-application javaswing
Last synced: 26 days ago
JSON representation
Application to find the shortest path based on Dijkstra algorithm
- Host: GitHub
- URL: https://github.com/megumikatou02/dijkstraalgorithmtechnical
- Owner: MegumiKatou02
- Created: 2024-04-13T15:04:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-11T14:01:01.000Z (6 months ago)
- Last Synced: 2024-06-24T16:08:13.216Z (5 months ago)
- Topics: application, calculator-application, java, javafx-application, javaswing
- Language: Java
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DijkstraAlgorithmTechnical
Application to find the shortest path based on Dijkstra algorithm
Based on 2 representations:
- Adjacency matrix
- Adjacency list
-- **UPDATING MORE FEATURES IN THE FUTURE** --
# Download Java Development Kit (JDK) lastest version
https://www.oracle.com/java/technologies/downloads/
# check JDK
java --version
# dowloand file .jar (Executable file)
[Application to find the shortest path](https://github.com/ledinhchinh0212/DijkstraAlgorithmTechnical/blob/main/TimDuongDiNganNhat.jar)