An open API service indexing awesome lists of open source software.

https://github.com/m3y54m/a-star-algorithm-in-c

A* Algorithm Implementation in C
https://github.com/m3y54m/a-star-algorithm-in-c

a-star-algorithm pathfinding-algorithm

Last synced: 3 months ago
JSON representation

A* Algorithm Implementation in C

Awesome Lists containing this project

README

        

# A* Algorithm Implementation in C

A very basic and easy to understand implementation of A* algorithm in C that was part of my "Fundamentals of Programming" course at the University of Zanjan, Fall 2012.

![Output of this code in terminal of linux](https://github.com/m3y54m/a-star-algorithm-in-c/blob/main/output.png?raw=true)

The code is written based on this tutorial: [Introduction to A* Pathfinding](https://www.raywenderlich.com/3016-introduction-to-a-pathfinding)

I translated this tutorial into Persian/فارسی and published it on my website ([آشنایی با الگوریتم مسیریابی *A](https://meysamparvizi.ir/posts/a-star-pathfinding-algorithm/)).