mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 15:16:29 +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 |
||
---|---|---|
.. | ||
array_deque.c | ||
array_queue.c | ||
array_stack.c | ||
CMakeLists.txt | ||
linkedlist_deque.c | ||
linkedlist_queue.c | ||
linkedlist_stack.c |