mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-30 01:24:21 +00:00
d7b2277d2b
* Retranslate Japanese docs with GPT-5.4 * Retranslate Japanese code with GPT-5.4
3 lines
163 B
CMake
3 lines
163 B
CMake
add_executable(coin_change_greedy coin_change_greedy.cpp)
|
|
add_executable(fractional_knapsack fractional_knapsack.cpp)
|
|
add_executable(max_capacity max_capacity.cpp) |