Open ysnrkdm opened 9 years ago
Difficult because (1) cannot use Array for speed reason and (2) bit board is difficult to express the sense of ordering. Maybe co-routine type move ordering (while( nextMove = getNextMove( board ) )).
Difficult because (1) cannot use Array for speed reason and (2) bit board is difficult to express the sense of ordering. Maybe co-routine type move ordering (while( nextMove = getNextMove( board ) )).