Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Sudoku-Solver-with-PyScript

A simple Sudoku Solver to test PyScript.

algorithim involves:

  1. inputing random numbers from 1 to 9 (not to be repeated in same block(a.k.a.nonet) or roew or column)

  2. then the program solves using the gollowing rules:

2.1. Each row must contain the numbers from 1 to 9, without repetitions.

2.2. Each column must contain the numbers from 1 to 9, without repetitions.

2.3. The digits can only occur once per block (nonet)

2.4. The sum of every single row, column and nonet must equal 45.

About

No description or website provided.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Contributors

Languages