This repository contains my solutions for competitive programming problems from the Beecrowd platform (formerly URI Online Judge). It serves as a comprehensive record of my progress in algorithms, data structures, and various programming paradigms.
While the current focus is on uploading new challenges, this repository also includes legacy solutions from my early stages of learning the C language.
I am primarily using the following languages for my solutions. The language used for a specific solution will be indicated by the file extension.
-
C
-
C++
-
Python
AD-HOC: General logic and simulation problems.Beginner: Basic syntax and logic challenges.Mathematics: Number theory, geometry, and formula-based problems.Strings: Text processing and pattern matching.
To run the solutions locally, you will need the appropriate compiler or interpreter for each language, using 'gcc' for C lang, 'g++' for C++ lang and 'python3' for Python lang.
You can clone this repository to view the solutions locally:
git clone [https://github.com/larissagondim/Beecrowds.git](https://github.com/larissagondim/Beecrowds.git)Disclaimer: These solutions are intended for educational and reference purposes. Please adhere to the Beecrowd honor code and avoid submitting copied code. The best way to learn is by tackling the challenges yourself!
This is a personal repository, but I'm open to suggestions! If you find a bug in one of my solutions or have a more efficient way to solve a problem, feel free to open an Issue to discuss it.
This project is licensed under the MIT License. See the LICENSE file for details.