Skip to content
#

pathfinding

Here are 78 public repositories matching this topic...

This C program implements the A* algorithm for finding the shortest path in a 2D array. The program randomly generates a maze by setting some cells as walls, and sets a starting and an ending point. It then applies the A* algorithm to find the shortest path from the starting point to the ending point, and prints the path in the maze.

  • Updated Nov 18, 2023
  • C

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