
* feat: build_tree.c translation * Update CMakeLists.txt * chore: find with map * change inordermap * Update build_tree.c --------- Co-authored-by: Yudong Jin <krahets@163.com>
4 lines
130 B
CMake
4 lines
130 B
CMake
add_executable(binary_search_recur binary_search_recur.c)
|
|
add_executable(hanota hanota.c)
|
|
add_executable(build_tree build_tree.c)
|