Subj : Re: Implementing A* algorithm To : comp.programming From : Huub Date : Mon Jul 18 2005 05:06 pm > > The priority is a combination of the cost of entering the node and the > estimated distance to the goal node from the current node. > Ok, so the lower the priority, the closer to the goal node. .