Tic-Tac-Toe Game

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