Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adam0brien/java-path-finder

Java project for Data Structures and Algorithms 2
https://github.com/adam0brien/java-path-finder

dijkstra-shortest-path javafx-project

Last synced: about 1 month ago
JSON representation

Java project for Data Structures and Algorithms 2

Awesome Lists containing this project

README

        

# JavaFx Path Finder

Group Project for Data Structures and Algorithms 2

Completed By Adam O'Brien, Corey Shanahan and Killian Halpin

-The aim of this Assignment was to create a JavaFX App that will find the shortest route from one room to another on the map

-The Algorithms used are Dijkstra’s algorithm, breadth-first search and depth-first search

-The main features include: Shortest route using Dijkstra’s algorithm and breadth-first search, Waypoint support, Avoiding specified rooms/exhibits, Most interesting route using Dijkstra’s algorithm and Generating multiple valid route permutations using depth-first search

-Overall this assignment was graded at 90%

Dijkstras Algorithm