mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-15 22:57:48 +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
6 lines
315 B
CMake
6 lines
315 B
CMake
add_executable(hash_map hash_map.cpp)
|
|
add_executable(array_hash_map_test array_hash_map_test.cpp)
|
|
add_executable(hash_map_chaining hash_map_chaining.cpp)
|
|
add_executable(hash_map_open_addressing hash_map_open_addressing.cpp)
|
|
add_executable(simple_hash simple_hash.cpp)
|
|
add_executable(built_in_hash built_in_hash.cpp) |