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 a005c6ebd3
Some improvements (#1073)
9 months ago
..
CMakeLists.txt add permutations_ii.c and re-implement permutations_i.c (#868) 1 year ago
n_queens.c Prepare 1.0.0 release (#1044) 10 months ago
permutations_i.c Some improvements (#1073) 9 months ago
permutations_ii.c Some improvements (#1073) 9 months 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