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: 14 days 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 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T19:17:47.000Z (about 4 years ago)
- Last Synced: 2025-12-31T08:22:14.133Z (4 months ago)
- Topics: a-star-algorithm, pathfinding-algorithm
- Language: C
- Homepage:
- Size: 402 KB
- Stars: 5
- Watchers: 1
- 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/)).