Skip to content

Commit 5c9623f

Browse files
author
Sahil
authored
Update N Queens
1 parent 4d43f0b commit 5c9623f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Backtracking/N Queens

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,4 @@ vector<vector<string> > Solution::solveNQueens(int A)
4747
n = A;
4848
recur(0,pos);
4949
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
5450
}

0 commit comments

Comments
 (0)