Collection of Algorithms and Data Structures in different languages
cd rust
cargon run
# to compile and run
cd cpp
g++ -std=c++17 src/main.cpp src/chapter_1_binary_search.cpp src/chapter_2_selection_sort.cpp -o target/binary_search && target/binary_search