mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-25 00:06:28 +08:00
f7c41b6bef
* 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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
n_queens.c | ||
permutations_i.c | ||
permutations_ii.c | ||
preorder_traversal_i_compact.c | ||
preorder_traversal_ii_compact.c | ||
preorder_traversal_iii_compact.c | ||
preorder_traversal_iii_template.c | ||
subset_sum_i.c | ||
subset_sum_i_naive.c | ||
subset_sum_ii.c |