public class MiniMaxPlayer.Node
extends java.lang.Object
implements java.lang.Comparable
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(java.lang.Object o)
nodes are ordered in the priority queue based on their depth so that
the value updating propagates always in a bottom-up manner
|