Skip to content

Commit

Permalink
new record [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
icecream17 committed Nov 17, 2021
1 parent 13c78ce commit 502eb6d
Show file tree
Hide file tree
Showing 2 changed files with 465 additions and 11 deletions.
22 changes: 11 additions & 11 deletions sudokuGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# 070000050

# So far it seems to take anywhere from a to b seconds:
# 2.770194907s (wow!)
# 2.537711085s (wow!)
# 819.054982936s (WOWWWWWWW!)

# It takes so long since it checks a sudoku's validity by bruteforce
Expand All @@ -35,17 +35,17 @@
007090005
"""

# Here's the 2.770194907 second sudoku (somewhat easy)
# Here's the 2.537711085 second sudoku (somewhat easy)
"""
006040000
050000019
812050004
080239000
090084000
004500000
001000003
600020700
070000400
045070008
060000040
003900627
234006090
070100000
600000000
000083200
000000070
000400306
"""

# Credits to www.101computing.net/sudoku-generator-algorithm/
Expand Down
Loading

0 comments on commit 502eb6d

Please sign in to comment.