hello-algo/codes/python/chapter_backtracking
Yudong Jin 67d647ab59
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
2023-05-04 05:27:17 +08:00
..
n_queens.py feat: Add the section of n queens problem (#483) 2023-05-04 05:27:17 +08:00
permutations_i.py Update the codes of backtracking. 2023-04-27 02:17:04 +08:00
permutations_ii.py Update the codes of backtracking. 2023-04-27 02:17:04 +08:00
preorder_traversal_i_compact.py Fix the file headers. 2023-04-23 19:36:07 +08:00
preorder_traversal_ii_compact.py Fix the file headers. 2023-04-23 19:36:07 +08:00
preorder_traversal_iii_compact.py Fix the file headers. 2023-04-23 19:36:07 +08:00
preorder_traversal_iii_template.py Update the codes of backtracking. 2023-04-27 02:17:04 +08:00