VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
A* and Pathfinding TerranFury (6 replies, 0 views) (2001-Feb-22) I have read some tutorials on the A* algorithm, and all of them use data types specific to C++. Many use linked lists. Since VB doesn't have pointers, that's not an option. So would there be some way to use arrays to do this?
For those of you unfamiliar to A*, all I need is a way to store data in a tree format.
Any suggestions?
|