mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-25 02:16: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.cpp | ||
permutations_i.cpp | ||
permutations_ii.cpp | ||
preorder_traversal_i_compact.cpp | ||
preorder_traversal_ii_compact.cpp | ||
preorder_traversal_iii_compact.cpp | ||
preorder_traversal_iii_template.cpp | ||
subset_sum_i.cpp | ||
subset_sum_i_naive.cpp | ||
subset_sum_ii.cpp |