This repository contains my solutions to various problems from the Beecrowd platform. It's a collection meant to document my progress and help others learn from different approaches to solving algorithmic challenges.
Each solution is organized by its corresponding problem number and name (if available), typically grouped by language and/or category.
Problems cover a variety of topics including:
- Basic Input/Output
- Mathematics
- Conditionals
- Loops
- Strings
- Data Structures
- Algorithms
- Browse the repository.
- Open a file to view the solution.
- Copy and adapt the solution as needed for your learning or submission (please don't plagiarize—use it to understand and grow).
To run the solutions, make sure you have the necessary environment for each language:
- Python 3
- C++ compiler (e.g. g++)
- Java JDK
- Any other language toolchain used
Example (for Python):
python3 1000_HelloWorld.py
Beecrowd is a competitive programming platform that offers hundreds of algorithmic challenges across various difficulty levels and programming languages. It's widely used by students, educators, and developers to practice problem-solving skills and prepare for programming competitions.
This repository is intended for educational purposes. You are free to explore, learn from, and adapt the solutions. If you share or reference the code elsewhere, a link back to this repository is appreciated.