Skip to content

Commit 77330d6

Browse files
authored
Update Sudoku.h
1 parent 0c4f7b2 commit 77330d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lab 1 : sudoku/Sudoku.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class Sudoku {
1414
public:
1515
/**
1616
* Construct a new Sudoku object
17-
* DO NOT change this function.
1817
*
1918
* @param board The grid in 1D.
2019
*/
@@ -28,7 +27,6 @@ class Sudoku {
2827

2928
/**
3029
* Print the grid in 1D.
31-
* DO NOT change this function.
3230
*/
3331
void print(std::ostream &os) const {
3432
for (int row = 0; row < SIZE; row++) {

0 commit comments

Comments
 (0)