Question
Problem Write test cases for the following code. A Sudoku puzzle is a square grid of cells n²x n² where n is a positive integer (for the purposes of this assignment). The goal of the puzzle is to enter the numbers 1- n² into the cells of the grid such that Every row contains all numbers from 1-n² Every column contains