Skip to content

Commit 3fb454b

Browse files
committed
Time: 6 ms (28.29%) | Memory: 45 MB (18.80%) - LeetSync
1 parent bd86eb6 commit 3fb454b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

51-n-queens/n-queens.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// TC: O(n^n)
12
class Solution {
23
public void saveBoard(List<List<String>> allBoards, char board[][]){
34
String row = "";

0 commit comments

Comments
 (0)