Skip to content

Commit

Permalink
describe briefly the generation of a random grid
Browse files Browse the repository at this point in the history
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
  • Loading branch information
nbehrnd committed Jul 22, 2023
1 parent 4ae5ecd commit e5d31df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ equally contains the corresponding solution of the test input (files
`test_out_01.txt` and `test_out_02.txt`) in the program's format which match
the topmost example in the English edition of Wikipedia.

### option 6, generation of a randomly filled grid

By this option, the program generates a random grid, filled and passing the
same validity test which is used to check partially filled grids. Note,
similar as either the manual input (option `1`), or the one from a permanent
record (option `2`), this option equally overwrites the content of the
program's memory.

## License

This project is licensed under the [GNU General Public License version 3 or
Expand Down

0 comments on commit e5d31df

Please sign in to comment.