mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 13:16:28 +08:00
7822bf9cd4
* Add top_k.c based on my_heap.c * Improve the implementation of top_k.js * Add a comment to top_k
2 lines
74 B
CMake
2 lines
74 B
CMake
add_executable(my_heap_test my_heap_test.c)
|
|
add_executable(top_k top_k.c)
|