Advertisement

A* successor nodes? - what is it?

Started by September 05, 2003 01:35 AM
0 comments, last by GekkoCube 21 years, 2 months ago
looking at the pseudocode provided in Game Programming Gems, it is pretty much straightforward for the most part - except for one thing. It mentions searching thru "successors" and building a path and stuff. what are the successors? is it basically a list of parents which is essentially the path to and from the start and goal nodes?
You should read everything here:

http://www-cs-students.stanford.edu/~amitp/gameprog.html#Paths

This topic is closed to new replies.

Advertisement