bug fixes and project structure update

This commit is contained in:
Josh Ashton
2024-03-20 22:45:47 -06:00
parent d28377eb14
commit 8893cbf99a
4 changed files with 38 additions and 73 deletions
-2
View File
@@ -1,5 +1,3 @@
package src;
/**
* A Cell represents a single cell in the Sudoku grid.
* This helper class is used to store the row, column, value, and possible values for a cell.