This project is a 3x3 Sudoku Generator Algorithm. It uses a method in which (For the 1-3 algorithm) it checks for a set of numbers in one or more predefined positions to make sure that no numbers collide (Defined List Check Method). For the 1-9 algorithm, it checks the list, nothing else (List Check Method).
Possibly, soon: -Better GUI -More Efficient Algorithm -Better Reading Definition (Makes contents of "Sudoku" list easier to understand)