Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | c: global PUZZLE is not a booleanHEADcanon | Bryan Brattlof | 2020-08-09 | 1 | -1/+1 |
* | c: move int->char cast outside 'for' loops | Bryan Brattlof | 2020-08-09 | 1 | -3/+9 |
* | c: rough working solver! | Bryan Brattlof | 2020-08-08 | 1 | -2/+4 |
* | c: don't clobber the index we're checking | Bryan Brattlof | 2020-08-08 | 1 | -3/+3 |
* | c: fix bug in inRow | Bryan Brattlof | 2020-08-08 | 1 | -2/+2 |
* | c: switch to a global PUZZLE | Bryan Brattlof | 2020-08-08 | 1 | -21/+26 |
* | c: add functions to search for possabilities | Bryan Brattlof | 2020-08-07 | 1 | -2/+48 |
* | c: rename main.c to sudoku.c | Bryan Brattlof | 2020-08-07 | 1 | -0/+50 |