Yudong Jin
|
0e2ddba30f
|
Add the section of subset sum problem. (#558)
|
1 year ago |
krahets
|
9fc1a0b2b3
|
Update n_queens code.
|
1 year ago |
krahets
|
e196962d0a
|
Simplify the declarations of the Python code.
|
2 years ago |
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
|
2 years ago |
krahets
|
bc77a81330
|
Update the codes of backtracking.
|
2 years ago |
krahets
|
3f430fb85e
|
Update the code of permutations i and ii
|
2 years ago |
Yudong Jin
|
c6eecfd0dc
|
feat: Add the section of permutations problem. (#476)
* Add the section of permutations problem.
* Update permutations_problem.md
|
2 years ago |
krahets
|
de579aa3f4
|
Fix the file headers.
|
2 years ago |
krahets
|
bad759b4f8
|
Rename the naming of the coding files
in backtracking algorithm.
Add the typedef to docs.
|
2 years ago |
krahets
|
1600ed6dee
|
Fix the codes of backtracking.
|
2 years ago |
Yudong Jin
|
49606fd199
|
Add the chapter of backtracking. (#459)
|
2 years ago |