mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 11:16:28 +08:00
71074d88f6
Refactor the section of binary search edge. Finetune the figures of binary search.
4 lines
210 B
CMake
4 lines
210 B
CMake
add_executable(binary_search binary_search.cpp)
|
|
add_executable(binary_search_insertion binary_search_insertion.cpp)
|
|
add_executable(binary_search_edge binary_search_edge.cpp)
|
|
add_executable(two_sum two_sum.cpp)
|