feat: Add the section of n queens problem (#483)

* Add the section of n queens problem

* Update n_queens.py

* Update n_queens.java

* Update n_queens.cpp

* Update n_queens.java
This commit is contained in:
Yudong Jin
2023-05-04 05:27:17 +08:00
committed by GitHub
parent 78c84dfec6
commit 67d647ab59
10 changed files with 326 additions and 0 deletions

View File

@@ -190,6 +190,7 @@ nav:
- 13.     回溯算法:
- 13.1.   回溯算法New: chapter_backtracking/backtracking_algorithm.md
- 13.2.   全排列问题New: chapter_backtracking/permutations_problem.md
- 13.3.   n 皇后问题New: chapter_backtracking/n_queens_problem.md
- 14.     附录:
- 14.1.   编程环境安装: chapter_appendix/installation.md
- 14.2.   一起参与创作: chapter_appendix/contribution.md