Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Shortest Path implementation for courier delivery in Central Java cities

Notifications You must be signed in to change notification settings

vianneynara/k.s3-Kurir-Optimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kurir Optimizer - Jawa Tengah (Dijkstra's Algorithm)

What is Kurir Optimizer?

This project is a simple application that implements Dijkstra's Algorithm to find the shortest path between two cities in Jawa Tengah, Indonesia. The application is built using Java and Swing. The application will find the shortest path between two cities and display the path on the map and list. There are 29 cities in total as the vertices.

Project Structure

src
└── main                    
    ├── java
    │   ├── gui                 # Contains GUI files
    │   ├── models              # Contains models/objects used in the app
    │   ├── utils               # Contains utility files
    │   └── KurirOptimizer.java # Main/runner class
    └── resources           
        └── images              # Contains images used in the app

Preview

Result

Contributors

These are the people who contributed to the project:

Nr Name NIM
1 Nara -091
2 Ditya -085
3 Dito -087

About

Shortest Path implementation for courier delivery in Central Java cities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages