Technologies • Getting Started • Contribute
A C++ library for competitive programming that includes a wide range of algorithms and data structures. Additionally, the project provides tests to ensure the correctness of its implementations.
- g++ 14
- Conan
- gtest
- g++ 14
- Python 3
- CMake
How to clone your project
git clone https://github.com/ThiagoFBastos/Competitive-Programming-C-Plus-Plus-Library.gitHow to start your project
cd competitive_programming
sudo apt install dos2unix
dos2unix ./scripts/install_deps.sh
dos2unix ./scripts/test.sh
sudo chmod +x ./scripts/install_deps.sh
sudo chmod +x ./scripts/test.sh
./scripts/install_deps.shHow to run the tests
./scripts/test.shgit clone https://github.com/ThiagoFBastos/Competitive-Programming-C-Plus-Plus-Library.gitgit checkout -b feature/NAME- Follow commit patterns
- Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!