lmbek / PathfindingProject

Computer Science subject module at Roskilde University. Was made as part of a 15ETCS course where we applied Different Pathfinding strategies to solve shortest path problem. Contains Dijkstra and A* implemented in Java with a JavaFX User Interface to demonstrate shortest path visualization. Note: this project is not maintained

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Path Finding Project

My Computer Science subject module at Roskilde University from years back

Note: This project is no longer maintained - It was a short project at Roskilde University The project requires the following installed:

  • JDK
  • JavaFX

This project was made together with @32monkeys https://github.com/32monkeys

About

Computer Science subject module at Roskilde University. Was made as part of a 15ETCS course where we applied Different Pathfinding strategies to solve shortest path problem. Contains Dijkstra and A* implemented in Java with a JavaFX User Interface to demonstrate shortest path visualization. Note: this project is not maintained

License:MIT License


Languages

Language:Java 100.0%