We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd86eb6 commit 3fb454bCopy full SHA for 3fb454b
51-n-queens/n-queens.java
@@ -1,3 +1,4 @@
1
+// TC: O(n^n)
2
class Solution {
3
public void saveBoard(List<List<String>> allBoards, char board[][]){
4
String row = "";
0 commit comments