Searching Techniques/Algorithms for Resources over a given area
Posted
by Raydon
on Stack Overflow
See other posts from Stack Overflow
or by Raydon
Published on 2010-03-29T20:37:23Z
Indexed on
2010/03/29
23:33 UTC
Read the original article
Hit count: 354
I have a flat area with nodes randomly placed on this flat surface. I need techniques which are able to take a starting point, move in a certain way (the algorithm), find nodes and continue searching. I do not have an overall view of the surface (i.e. I cannot see everything), only a limited view (i.e. 4 cells in any direction). Ideally, these methods would be efficient in the way that they work.
Any points in the right direction would be greatly appreciated.
© Stack Overflow or respective owner