* 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
* Add top_k.c based on my_heap.c * Improve the implementation of top_k.js * Add a comment to top_k