add_executable( cll 
    cll.cpp 
    main_cll.cpp 
)
install(TARGETS cll DESTINATION "bin/data_structures")
