This repository serves as a personal archive of my solutions to problems from various competitive programming platforms. I use competitive programming to continuously sharpen my problem-solving abilities, master fundamental and advanced data structures & algorithms, and prepare for technical challenges.
Here is a summary of my progress on some of the main platforms. The stats are updated dynamically.
| LeetCode | Codeforces | Beecrowd |
|---|---|---|
![]() |
![]() |
![]() |
| Perfil: Gronoxx | Perfil: gronoxx | Perfil: Gustavo Apolinário |
The solutions in this repository are organized by platform to ensure they are easy to navigate and find.
/
├── LeetCode/
│ ├── 1-Two-Sum/
│ │ └── solution.cpp
│ └── 2-Add-Two-Numbers/
│ └── solution.cpp
│
├── Codeforces/
│ └── ...
│
└── Beecrowd/
└── ...
My primary language for competitive programming is C++: For performance-critical tasks and its rich Standard Template Library (STL).


