Skip to content

Commit 12b8d09

Browse files
authored
Update and rename 0051. N-Queens.txt to 0051. N-Queens
1 parent 62bcde2 commit 12b8d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 0051. N-Queens.txt renamed to 0051. N-Queens

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ class Solution {
4242
col.set(c, false); YeqX.set(c - r + n, false); mYeqX.set(c + r, false);
4343
}
4444
}
45-
}
45+
}

0 commit comments

Comments
 (0)