Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

AI game trees!

807607Oct 27 2006 — edited Oct 27 2006
Just wondering if anyone could help me please.
I've been asked to create a game tree for a college course in java.
It has to be width 5, and depth 7 at least.

So far i've tried creating nodes with variables to hold a parent, aand a vector of children. But i cant go any furthwer than that because each time i create a node, it overrides the previous one.

Help?! :)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 24 2006
Added on Oct 27 2006
7 comments
140 views