mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-01 10:04:23 +00:00
2b7d7aa827
Add the section of fractional knapsack.
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) |