Pathfinding with A*
This is a little test program that I made to demonstrate (to learn) a path finding technique using the A* (A-star) algorithm. It includes an implementation of binary heaps in C to speed up the processing, which are something like a mixture between arrays, stacks, and almost sorted binary trees.
blog comments powered by Disqus