mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 20:16:29 +08:00
1f784dadb0
divide and conquer.
3 lines
No EOL
135 B
CMake
3 lines
No EOL
135 B
CMake
add_executable(binary_search_recur binary_search_recur.cpp)
|
|
add_executable(build_tree build_tree.cpp)
|
|
add_executable(hanota hanota.cpp) |