mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-25 11:13:38 +08:00
2 lines
117 B
CMake
2 lines
117 B
CMake
add_executable(coin_change_greedy coin_change_greedy.cpp)
|
|
add_executable(fractional_knapsack fractional_knapsack.cpp) |