add_executable(search-algorithms
./main.cpp
./algorithm.cpp
)
target_include_directories(search-algorithms PUBLIC ${CMAKE_CURRENT_LIST_DIR})