mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-05 20:24:19 +00:00
d7b2277d2b
* Retranslate Japanese docs with GPT-5.4 * Retranslate Japanese code with GPT-5.4
6 lines
250 B
CMake
6 lines
250 B
CMake
add_executable(iteration iteration.c)
|
|
add_executable(recursion recursion.c)
|
|
add_executable(time_complexity time_complexity.c)
|
|
add_executable(worst_best_time_complexity worst_best_time_complexity.c)
|
|
add_executable(space_complexity space_complexity.c)
|