Skip to content
#

path-finding

Here are 35 public repositories matching this topic...

This repository contains simple C++ 11 implementation of A-Star algorithm for a 2d maze. The maze is hard-coded in the algorithm. The algorithm asks for user input for start node and finds a path to pre-defined goal node which is also hard-coded in the algorithm. Only C++ 11 native data structures are used in this project and there is no usage of other libraries.

  • Updated May 12, 2019
  • C++

Improve this page

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

Learn more

You can’t perform that action at this time.