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/c/chapter_backtracking
Yudong Jin f68bbb0d59
Update the book based on the revised second edition (#1014)
11 months ago
..
CMakeLists.txt add permutations_ii.c and re-implement permutations_i.c (#868) 1 year ago
n_queens.c Update the book based on the revised second edition (#1014) 11 months ago
permutations_i.c add permutations_ii.c and re-implement permutations_i.c (#868) 1 year ago
permutations_ii.c add permutations_ii.c and re-implement permutations_i.c (#868) 1 year ago
preorder_traversal_i_compact.c fix: Update C code for compatibility with the MSVC compiler (#949) 1 year ago
preorder_traversal_ii_compact.c fix: Update C code for compatibility with the MSVC compiler (#949) 1 year ago
preorder_traversal_iii_compact.c fix: Update C code for compatibility with the MSVC compiler (#949) 1 year ago
preorder_traversal_iii_template.c fix: Update C code for compatibility with the MSVC compiler (#949) 1 year ago
subset_sum_i.c refactor: Replace vector with array in C code (#894) 1 year ago
subset_sum_i_naive.c refactor: Replace vector with array in C code (#894) 1 year ago
subset_sum_ii.c refactor: Replace vector with array in C code (#894) 1 year ago