Leetcode 0348. Design Tic-Tac-Toe
Posted on Thu 05 December 2024 in Leetcode Premium • Tagged with simulation
Question Link : https://leetcode.com/problems/design-tic-tac-toe/
Difficulty: Medium
Premium: True
Question
Assume the following rules are for the tic-tac-toe game on an n x n board between two players:
A move is guaranteed to be valid and is placed on an empty block. Once a winning condition is reached …
Continue reading