In atom Summary 2, exercise 8, we have to Add a method to TicTacToe.scala that determines if there is a
winner or if the game is a draw. Your example solution only checks for a winner. Additionally, your solution uses a Parameterized Type for Vector, which you have not explained yet.
In atom Summary 2, exercise 8, we have to Add a method to TicTacToe.scala that determines if there is a winner or if the game is a draw. Your example solution only checks for a winner. Additionally, your solution uses a Parameterized Type for Vector, which you have not explained yet.