mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-12 18:10:42 +08:00

* Add top_k.c based on my_heap.c * Improve the implementation of top_k.js * Add a comment to top_k
3 lines
74 B
CMake
3 lines
74 B
CMake
add_executable(my_heap_test my_heap_test.c)
|
|
add_executable(top_k top_k.c)
|