Skip to content
#

shortest-path-algorithm

Here are 196 public repositories matching this topic...

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.

  • Updated Feb 28, 2020
  • Java

Application was built as part of an Engineering Project. A line-following robot capable of transporting material to machines on a shop floor. The robot will be able to: Scan the shop floor for machinery. Detect obstacles in it's path. Find the shortest route to the machine that is low on material. Allows user to enter a diagrammatic representation of the shop-floor.The application will process the image and come up with the shortest possible route. Commands sent to the robotic system allowing it to navigate to the machine.

  • Updated Apr 14, 2019
  • JavaScript

Improve this page

Add a description, image, and links to the shortest-path-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the shortest-path-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more