Can anyone give me some nim game problems link of Basic to advance level ?
Thank You :)
Thank You :)
# | User | Rating |
---|---|---|
1 | tourist | 3803 |
2 | Benq | 3783 |
3 | Radewoosh | 3602 |
4 | Um_nik | 3541 |
5 | fantasy | 3526 |
6 | maroonrk | 3504 |
7 | ko_osaga | 3500 |
8 | jiangly | 3465 |
9 | orzdevinwang | 3460 |
10 | cnnfls_csy | 3427 |
# | User | Contrib. |
---|---|---|
1 | awoo | 180 |
2 | -is-this-fft- | 177 |
3 | nor | 169 |
4 | Um_nik | 168 |
5 | SecondThread | 164 |
6 | maroonrk | 163 |
7 | adamant | 162 |
8 | kostka | 161 |
9 | YouKn0wWho | 158 |
10 | antontrygubO_o | 154 |
Name |
---|
Industrial Nim
PotatoGame from topcoder SRM 472
Nim Game -- Give Away
google is your friend ;)
http://hs.spoj.pl/problems/HS09NLG/
http://hs.spoj.pl/problems/HS09NLG2/
I remember there were some Nim game problems at http://www.codechef.com/
Also check a problem from The ACM SouthEastern European Region
http://acm.ro/2007/probleme/a.pdf
On topcoder there is a good article about grundy numbers. I don't remember the title... That article was the most helpful for me while I was researching about Grundy numbers.
You can read more about the strategy of Nim in Fascicle 1 of The Art of Computer Programming, Volume 4 by Donald E. Knuth.
Have fun with the research and practicing :)