Day 2 - Validate Sudoku

April 30-Day Coding Challenge

April 30d Coding Challenge > Validate Sudoku

Day 2 - Validate Sudoku

Determine if a 9 x 9 Sudoku board is valid. Each row, colum and the 3x3 sub-grid must contain digits between 1-9 without repetition.

Write a program that accepts a Sudoku Grid and returns one of the following results

  • EMPTY - Board is Empty
  • VALID - Board is partially filled, and there are no inconsistencies
  • SOLVED - Board is fully filled, and there are no inconsistencies
  • INVALID - Board has one or mode inconsistencies

To Discuss more and follow up, join us at SDE Skills Discord Server, use the #women-in-tech channel.

How to submit your code

  1. Head over to repl.it
  2. create an account / log in.
  3. Code your submission and share it with user @sdeskills
  4. e-mail your submission to [email protected]

Note: While there is no submission deadline per-se, we recommend you answer these questions as soon as they are posted.

Day 2 - Validate Sudoku

Want the questions emailed?