Elegant algorithm for detecting repetitions?

Discussion of chess software programming and technical issues.

Moderator: Ras

User avatar
hgm
Posts: 28353
Joined: Fri Mar 10, 2006 10:06 am
Location: Amsterdam
Full name: H G Muller

Re: Elegant algorithm for detecting repetitions?

Post by hgm »

If you don't rehash, you can either not store some positions or have to overwrite them, to solve a collision.