Exemplo n.º 1
0
 public ArrayList<Long> getTimePerMove() {
   return minimax.getTimePerMove();
 }
Exemplo n.º 2
0
 public int getNumNodesExpanded() {
   return minimax.getNumNodesExpanded();
 }