Category Archives: Puzzles

Update: Sudoku

So using the same algorithm I changed the variable from 9 to 16. Which suprisingly worked right away. This however takes almost a full minute. I’m working on a better appoach the results of which will be uploaded. It is … Continue reading

Posted in Puzzles | Comments Off

Update: Sudoku

I have added a method to solve puzzles utilizing the same method I already wrote to generate Sudoku puzzles. So now we can solve them given information. It is cool to watch when given just a little bit of information … Continue reading

Posted in Puzzles | Comments Off

Introducing: Sudoku

So last night I got this bright idea to create my own Sudoku generator. The first iteration it randomly generated the first row and for each row after that it kept generating random arrays until they fit. This worked for … Continue reading

Posted in Puzzles | Comments Off