Skip to content

A quick attempt at a valid sudoku creator with no previous knowledge of algorithms. Not a true backtracking algorithm, so it occasionally paints itself into a corner.

Notifications You must be signed in to change notification settings

eudyj/sudoku-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku-test

A quick attempt at a valid sudoku creator with no previous knowledge of algorithms. Not a true backtracking algorithm, so it occasionally paints itself into a corner.

To do:

  • Remove the exception-as-flow-control
  • Make it backtrack by clearing the grid when it gets stuck
  • Make it backtrack for real
  • Clean up

About

A quick attempt at a valid sudoku creator with no previous knowledge of algorithms. Not a true backtracking algorithm, so it occasionally paints itself into a corner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages