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
- Host: GitHub
- URL: https://github.com/m3y54m/a-star-algorithm-in-c
- Owner: m3y54m
- Created: 2021-07-08T08:53:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T19:17:47.000Z (over 3 years ago)
- Last Synced: 2025-01-21T11:29:18.821Z (5 months ago)
- Topics: a-star-algorithm, pathfinding-algorithm
- Language: C
- Homepage:
- Size: 402 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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/)).