This repository contains solutions to programming logic exercises using the C++ language.
All problems were taken from the Beecrowd platform, which offers a wide variety of challenges to improve algorithmic thinking and coding skills.
The main objectives of this repository are:
- π§ Practice problem-solving using C++
- βοΈ Strengthen programming logic and algorithm fundamentals
- π Build a solid foundation for more complex software development
The main language used in this repository:
- C++
Each solution is organized into individual C++ files, usually named according to the problem title and ID.
Beginner/
β
βββ number - name.cpp
βββ number - name.cpp
βββ number - name.cpp
βββ ...
Data Structures and Libraries/
β
βββ number - name.cpp
βββ number - name.cpp
βββ number - name.cpp
βββ ...
...
Each file contains:
- βοΈ Complete solution written in C++
- βοΈ Clean and readable code
- βοΈ Best practices when possible
- βοΈ Commented exercice
I will continuously update this repository as I solve more problems and improve my skills.
Erick Mendes Rocha
Computer Engineering Student passionate about software development, algorithms, and technology.
π https://judge.beecrowd.com/pt/profile/1036040
This project is open for educational purposes and personal learning.
β If you find this repository useful, feel free to star it!