Skip to content

Commit d152500

Browse files
authored
Rename 0051-n-queens-uzzle.md to 0051-N-queens-Puzzle.md
1 parent 33163d4 commit d152500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dsa-solutions/lc-solutions/0000-0099/0051-n-queens-uzzle.md renamed to dsa-solutions/lc-solutions/0000-0099/0051-N-queens-Puzzle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,4 +299,4 @@ var solveNQueens = function(n) {
299299
- Convert the list of queen positions into the board representation as a list of strings.
300300

301301
### 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

Comments
 (0)