The__Beast's blog

By The__Beast, history, 3 years ago, In English

Nim games are very famous in Competitive programming. Generally, I try to guess any random idea, sometimes it works and most of the time it doesn't :(

So, I am wondering if there is any general approach for these problems because I am getting terrified of games.

  • Vote: I like it
  • +8
  • Vote: I do not like it

»
3 years ago, # |
  Vote: I like it +42 Vote: I do not like it

My approach is to think about loosing states. And try to find is there any way to force the loosing position on someone.....

Doesn't work everytime, but works well in a lot of problems.