Simple Tree searching algorithm

Hi folks,I just need someone to give me a little hint about the A* (a star) algorithm to be applied on n-nary tree. I guess some of u reading this may have good algorithms concept and can help me. I am stuck for 3 nights :(Thanks a lot in advance for caring to read.
[287 byte] By [SoftWareMatrixa] at [2007-11-27 0:03:36]
# 1

> Hi folks,

>

> I just need someone to give me a little hint about

> the A* (a star) algorithm to be applied on n-nary

> tree. I guess some of u reading this may have good

> algorithms concept and can help me. I am stuck for 3

> nights :(

>

> Thanks a lot in advance for caring to read.

No one knows how your tree (API) looks like. So no one knows how your A* algorithm can make a guess as to where to go to find the finish-node. Post what you have been trying here.

When posting code, please use code tags: http://forum.java.sun.com/help.jspa?sec=formatting

prometheuzza at 2007-7-11 15:57:32 > top of Java-index,Core,Core APIs...
# 2
> Post what you have been trying here. Or in the Algorithms forum, since this appears to be a question about algorithms and not about collections.
DrClapa at 2007-7-11 15:57:32 > top of Java-index,Core,Core APIs...