Refactor
This commit is contained in:
@@ -21,7 +21,7 @@ TEST(Problem37, Case1) {
|
||||
{'9', '6', '1', '5', '3', '7', '2', '8', '4'},
|
||||
{'2', '8', '7', '4', '1', '9', '6', '3', '5'},
|
||||
{'3', '4', '5', '2', '8', '6', '1', '7', '9'}};
|
||||
Solution solution;
|
||||
S0037 solution;
|
||||
solution.solveSudoku(board);
|
||||
EXPECT_EQ(board, expected);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user