You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intro to Computer Science course from USP - Coursera.
NIM.py: implementation of the game NIM, where 2 players have N pieces in the table and each one can remove in it's turn a max of M pieces. The player who takes the last piece win.