Tahlil's blog

By Tahlil, 14 years ago, In English
Can anyone give me some nim game problems link of Basic to advance level ?
Thank You :)
  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
14 years ago, # |
  Vote: I like it 0 Vote: I do not like it
MMMGAME
Industrial Nim
PotatoGame from topcoder SRM 472
14 years ago, # |
  Vote: I like it 0 Vote: I do not like it
14 years ago, # |
  Vote: I like it 0 Vote: I do not like it
14 years ago, # |
  Vote: I like it 0 Vote: I do not like it
oi nim game mane ki :P
14 years ago, # |
  Vote: I like it +1 Vote: I do not like it
These are problems from spoj (High School Programming League 2009/2010)
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.
  • 14 years ago, # ^ |
      Vote: I like it +1 Vote: I do not like it
    Thank you very much . The article about the grundy numbers is named Algorithm Games. I have a plan to go through it after finishing nim :)
    • 14 years ago, # ^ |
        Vote: I like it 0 Vote: I do not like it
      Sorry... I am confused a bit, you said that you plan to go through Grundy numbers after finishing Nim. Well, Sprague–Grundy Theorem is applied in Nim games...
      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 :)
      • 14 years ago, # ^ |
          Vote: I like it 0 Vote: I do not like it
        I didnt know that. In that article on topcoder they first discuss nim and then grundy number. So as i have no clue what grundy number is ,i thought i dont need grundy number. Should i first learn about grundy number then nim??
14 years ago, # |
  Vote: I like it 0 Vote: I do not like it