Shortest Path

Started by
0 comments, last by Trapper Zoid 18 years, 9 months ago
hi, Shortest path c implementation , if Nodes ( x,y,z pos ) are specified. It should give the intermediate nodes from which it have to pass while going to Goal node.
Computer Enggineer , Just started working in IndiaGames ltd
Advertisement
Erm, what exactly is the question? [grin]

Assuming that you're asking for help on shortest path algorithms, and your nodes are static, I think the A* algorithm is the one you want. There's links at the end of the Wikipedia article.

This topic is closed to new replies.

Advertisement