Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e7aa3df

Browse files
Remove example.
1 parent 7fca4b4 commit e7aa3df

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

‎solutions/0036.valid-sudoku.js

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -64,19 +64,3 @@ const hasDuplicates = (entries) => {
6464

6565
return false;
6666
};
67-
68-
const b = [
69-
["5", "3", ".", ".", "7", ".", ".", ".", "."],
70-
["6", ".", ".", "1", "9", "5", ".", ".", "."],
71-
[".", "9", "8", ".", ".", ".", ".", "6", "."],
72-
["8", ".", ".", ".", "6", ".", ".", ".", "3"],
73-
["4", ".", ".", "8", ".", "3", ".", ".", "1"],
74-
["7", ".", ".", ".", "2", ".", ".", ".", "6"],
75-
[".", "6", ".", ".", ".", ".", "2", "8", "."],
76-
[".", ".", ".", "4", "1", "9", ".", ".", "5"],
77-
[".", ".", ".", ".", "8", ".", ".", "7", "9"],
78-
];
79-
80-
const r = isValidSudoku(b);
81-
82-
console.log(r);

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /