CodingTrain / CodingTrain/Suggestion-Box
Path planning using wavefront propagation
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
The basic idea is to traverse all possible neighboring cells and calculating the minimum cost (represented by their d-value) and find the shortest path that can be used to traverse between the source and the destination
[This video can be used for reference](https://youtu.be/0ihciMKlcP8)
[Here's my implementation of this algorithm](https://github.com/DarkMortal/Processing-Projects/tree/main/Wave_Propagation)



Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.