hello-algo/codes/c/chapter_heap
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 feat: add top_k.c and refactor top_k.js (#889) 2023-10-26 02:54:19 +08:00
my_heap.c Bug fixes to C code. 2023-11-01 05:14:22 +08:00
my_heap_test.c Bug fixes to C code. 2023-11-01 05:14:22 +08:00
top_k.c fix: Update C code for compatibility with the MSVC compiler (#949) 2023-11-17 00:29:54 +08:00