You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dsa-solutions/lc-solutions/0000-0099/0051-N-queens-Puzzle.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -299,4 +299,4 @@ var solveNQueens = function(n) {
299
299
- Convert the list of queen positions into the board representation as a list of strings.
300
300
301
301
### Conclusion
302
-
The n-queens puzzle, solved using backtracking, ensures no two queens attack each other on an n x n chessboard. Solutions are efficiently implemented in Python, Java, C++, C, and JavaScript.
302
+
The n-queens puzzle, solved using backtracking, ensures no two queens attack each other on an n x n chessboard. Solutions are efficiently implemented in Python, Java, C++, C, and JavaScript.
0 commit comments