Tic-Tac-Toe Game
Two players can play this game in an alternate fashion similar to that in an offline game.
It works for multi level tables such as 3*3,4*4,5*5.
The complexity of the code is O(N^2).