Skip to content

tychofreeman/go-sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learned much from doing this exercise.

First, that set operations on ints are probably best done on bit-fields, instead of arrays of int values.

Second, that the constraints are applied between two intersecting sets of int values.

I will probably scrap this and restart.

Sadly, I didn't refactor at all during this exercise, so it isn't TDD. #TDDFail.

Ah well.

About

TDD Sudoku solver in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages