Skip to content

πŸ“š A comprehensive collection of essential data structures and algorithms.

License

Notifications You must be signed in to change notification settings

lucaimbalzano/Data_Structure_Algorithm

Repository files navigation

Data Structure & Algorithm

O(N) complexity means the time needed for the algorithm to work increases step by step as the amount of data it processes gets bigger.

Compile single source file:

 $ clang++ ./main.cpp -o out   

Build the project using cmake

# From your project root directory
$ cmake -S . -B cmake-build-debug

# Build the project
$ cmake --build cmake-build-debug

Debug

# Set the debug pointing your executable
$ lldb ./exec
$ breakpoint set --file ./path/main.cpp --line 10
$ print variable_name

About

πŸ“š A comprehensive collection of essential data structures and algorithms.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published