hello-algo/codes/c/chapter_backtracking
Yudong Jin f7c41b6bef
fix: Update C code for compatibility with the MSVC compiler (#949)
* Replace VLA with malloc
Replace VLA with malloc to make C code
compatible with cl compiler on Windows.

* Fix C code for CI compiler.

* Fix C code compability to CI.

* check the trigger
2023-11-17 00:29:54 +08:00
..
CMakeLists.txt add permutations_ii.c and re-implement permutations_i.c (#868) 2023-10-17 10:20:10 -05:00
n_queens.c A few improvements to the C code. 2023-10-27 01:13:36 +08:00
permutations_i.c add permutations_ii.c and re-implement permutations_i.c (#868) 2023-10-17 10:20:10 -05:00
permutations_ii.c add permutations_ii.c and re-implement permutations_i.c (#868) 2023-10-17 10:20:10 -05:00
preorder_traversal_i_compact.c fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
preorder_traversal_ii_compact.c fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
preorder_traversal_iii_compact.c fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
preorder_traversal_iii_template.c fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00
subset_sum_i.c refactor: Replace vector with array in C code (#894) 2023-10-27 23:26:48 +08:00
subset_sum_i_naive.c refactor: Replace vector with array in C code (#894) 2023-10-27 23:26:48 +08:00
subset_sum_ii.c refactor: Replace vector with array in C code (#894) 2023-10-27 23:26:48 +08:00