mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-18 01:37:17 +08:00
* Add Russian docs site baseline * Add Russian localized codebase * Polish Russian code wording * Update ru code translation. * Update code translation and chapter covers. * Fix pythontutor extraction. * Add README and landing page. * placeholder of profiles * Use figures of English version * Remove chapter paperbook
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) |