what is the best way to solve this problem ? game theory?``↵
we have N*M empty grid and we have two players``↵
each player in his turn take an empty cell and put "X" in it``↵
game end when a player can make line with three "X" (like tik-tak-too game)``↵
players play optimally ``↵
so who is the winier in this game?``
we have N*M empty grid and we have two players``↵
each player in his turn take an empty cell and put "X" in it``↵
game end when a player can make line with three "X" (like tik-tak-too game)``↵
players play optimally ``↵
so who is the winier in this game?``