- There are n rows and n columns representing the nxn unsolved grid
- Each row represents the corresponding unsolved row of the grid
- Each row has n space seperated numbers ranging from 0-n representing the corresponding cells in the grid
- Empty cells are indicate by 0s
- The other filled cells will have numbers from 1-n