Glenn Rhoads' Corrected Nimstring Calculator

Freddy Mang's nimstring calculator has an error in it. The simplest position which causes it to return an incorrect result is *-*-* His calculator says that the value is loony when in fact the correct nim value is 0 (since the coins are capturable). I have a corrected and improved version available at the following page.

http://paul.rutgers.edu/~rhoads/ind.html

Besides correcting the error, I made numerous other improvements including replacing the hashing scheme with an completely new and faster scheme, streamlining the input section (it's now about only 1/2 as long), and rewriting the program in C++ with a much nicer programming style.

Glenn Rhoads / rhoads at paul dot rutgers dot edu