Skip to content
#

pathfinding

Here are 1,977 public repositories matching this topic...

This Java-based GUI program lets users generate and solve mazes. It employs the Depth-First Search (DFS) algorithm for maze generation and A* algorithm with Manhattan distance heuristic for solving. The program provides a visual representation of the maze, allowing users to visualize the process of maze creation and solving.

  • Updated Jun 12, 2023
  • Java

Improve this page

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

Learn more