Skip to content
#

pathfinder

Here are 35 public repositories matching this topic...

Pathfinding Visualizer application that visualizes graph based search algorithms used to find the shortest path. Algorithms used: Breadth first search, Depth first search, Best first search and A* search made with java swing

  • Updated Feb 2, 2022
  • Java

A Java Swing project that shows the shortest path using different algorithms in an interactive interface. The program allows the user to input a start and end location on a map, and then displays the shortest path between those two locations using various pathfinding algorithms.

  • Updated Dec 12, 2022
  • Java

A Java-based project that visualizes a traffic management system using graph structures and JavaFX. It demonstrates node and edge representation for traffic flow between locations, providing an interactive and visual approach to understanding connectivity.

  • Updated Jan 16, 2025
  • Java

Improve this page

Add a description, image, and links to the pathfinder 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 pathfinder topic, visit your repo's landing page and select "manage topics."

Learn more