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 4d43f0b commit 5c9623fCopy full SHA for 5c9623f
Backtracking/N Queens
@@ -47,8 +47,4 @@ vector<vector<string> > Solution::solveNQueens(int A)
47
n = A;
48
recur(0,pos);
49
return ans;
50
- // Do not write main() function.
51
- // Do not read input, instead use the arguments to the function.
52
- // Do not print the output, instead return values as specified
53
- // Still have a doubt. Checkout www.interviewbit.com/pages/sample_codes/ for more details
54
}
0 commit comments