Elegant algorithm for detecting repetitions?
Moderator: Ras
-
- Posts: 28353
- Joined: Fri Mar 10, 2006 10:06 am
- Location: Amsterdam
- Full name: H G Muller
Re: Elegant algorithm for detecting repetitions?
If you don't rehash, you can either not store some positions or have to overwrite them, to solve a collision.