Skip to content

this project was done for a class project for my Data structure class at Queens College.

Notifications You must be signed in to change notification settings

wanggyal/Shortest-Path-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Shortest-Path-GUI

About: this project was done for a class project for my Data structure class at Queens College.it uses Dijkstra's algorithm to find the shortest path from one point to another.

How to begin:

download it and open the jar file or you can open the .java file and run it from your compiler.

when a new window opens, add vertex on the right with area by clicking on add vertex,

join all the vertex by clicking on add edges

click on shortest path and select two vertex form where you want to find the shortest path.

you can move the vertex by clicking on Move Vertex, can change the weight of the edges or add weight randomly.

you can add all the edges by clicking on Add All Edges

you can get minimal spanning tree by clicking on Minimal Spanning Tree.

if you have any confusion you can check the video in YouTube @ https://www.youtube.com/watch?v=j8TFYk7yYlA&t=79s

About

this project was done for a class project for my Data structure class at Queens College.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages