Skip to content

brownjohnf/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fun with Sudoku

Playing around with ways of solving sudoku puzzles, implemented in different languages, for fun.

Ruby

The Ruby solver can solve the hard puzzle in 6-8 seconds on an i5 NUC.

Go

The Go solver, which uses the same algorithm as the Ruby solver, can solve the same hard puzzle in about 500ms on an i5 NUC.

About

Fun with sudoku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published