mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 01:06:28 +08:00
2b7d7aa827
Add the section of fractional knapsack.
2 lines
No EOL
117 B
CMake
2 lines
No EOL
117 B
CMake
add_executable(coin_change_greedy coin_change_greedy.cpp)
|
|
add_executable(fractional_knapsack fractional_knapsack.cpp) |