CodingTrain / CodingTrain/Suggestion-Box

Sudoku

Open
#911 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
570
Forks
85
PR merge metrics
No merged PRs in 30d

Description

Sudoku offers several things from other coding challenges combined with some additional logic.

Base rules for a classic game are..
     9 x 9 grid filled with 3 x 3 grids containing the numbers 1 - 9
     numbers 1 - 9 cannot repeat in any 3 x 3 grid
     numbers 1 - 9 cannot repeat in any 1 x 9 row
     numbers 1 - 9 cannot repeat in any 1 x 9 column

Base challenge could be to...
     create the 9 x 9 and 3 x 3 grids
     prefill some numbers to create an easy, medium and hard puzzle

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.