Evaluating a Tic-tac-toe game

Hard

Write a function that takes a 3x3 matrix representing a completed tic-tac-toe game and returns the winner of the game. If there is no winner, the function should return None....

Sign in to InterviewQs to view this question

Or

New to InterviewQs? Sign up now.

By proceeding, you agree to our Terms and Conditions and Privacy Policy.

Loading editor...