You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hello-algo/codes/cpp/chapter_backtracking
Yudong Jin f7c41b6bef
fix: Update C code for compatibility with the MSVC compiler (#949)
1 year ago
..
CMakeLists.txt 1. Remove Pair class from hash coliision code. 1 year ago
n_queens.cpp Update n_queens code. 1 year ago
permutations_i.cpp fix several bugs 1 year ago
permutations_ii.cpp Update the codes of backtracking. 2 years ago
preorder_traversal_i_compact.cpp fix: Update C code for compatibility with the MSVC compiler (#949) 1 year ago
preorder_traversal_ii_compact.cpp fix: Update C code for compatibility with the MSVC compiler (#949) 1 year ago
preorder_traversal_iii_compact.cpp fix preorder_traversal_iii_compact code 1 year ago
preorder_traversal_iii_template.cpp Update preorder_traversal_iii. 1 year ago
subset_sum_i.cpp Add the section of subset sum problem. (#558) 1 year ago
subset_sum_i_naive.cpp Add the section of subset sum problem. (#558) 1 year ago
subset_sum_ii.cpp Add the section of subset sum problem. (#558) 1 year ago