Formatting

This commit is contained in:
Imbus 2023-12-05 13:08:00 +01:00
parent 6de3e286ed
commit 4879795aa5

View file

@ -16,12 +16,14 @@ public interface SudokuSolver{
/**
* Solve soduko
*
* @return true if solution could be found
*/
boolean solve();
/**
* Check if digit is legal on the current board
*
* @param row
* @param col
* @param nbr