Package math.testing
Class Sudoku
java.lang.Object
math.testing.Sudoku
A Sudoku generator/solver.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Sudoku
public Sudoku()
-
-
Method Details
-
main
Main function that can solve or generate sudokus. If no parameter is passed it will generate a Sudoku. If "solve" is passed as the first parameter it will let the user input a sudoku and solve it.- Parameters:
args
- arguments
-