Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)