Implement Grid
Implement Grid as a class with cell manipulation functions. You should be able to read the values and reset everything if necessary. You also need a function that indicates whether the grid is full.
Implement Grid as a class with cell manipulation functions. You should be able to read the values and reset everything if necessary. You also need a function that indicates whether the grid is full.