Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.21 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.21 KB

Waterford City Route Finder

A city route finder for Waterford City.

Table of Contents

  1. About The Project
  2. Project Link
  3. Acknowledgements

About The Project

A cooperative project that was my final assesment for my Data Structures and Algorithms 2 module. This project incorporates Dijkstra's algorithm and depth-first search to find either the shortest route or the most historic route. However the user chooses. The user can select any point on the roads for starting and ending points.

Built With

  • Java
  • JavaFX

Project Link

https://github.com/11xnt/WaterfordCityRoute

Acknowledgements