Welcome to the Competitive Programming Projects repository! Here, you'll find solutions to a variety of programming challenges from platforms like Beecrowd and Hackerrank. 🏆
The project is organized into two main folders, each dedicated to a specific platform:
- 📁 Beecrowd
- 📁 Hackerrank
Dive into solutions for problems like simple calculations, geometry, and string manipulation. Each problem is implemented in its own file, such as:
1010_CalculoSimples.cs
1011_Esfera.cs
1012_Area.cs
Explore solutions to challenges from the Hackerrank platform. Each challenge resides in a separate class under the Challenges folder, including:
001_SimpleArraySum.cs
002_aVeryBigSum.cs
003_DiagonalDifference.cs
This project leverages the power of .NET 8.0 🌐 for its advanced features:
- String manipulation
- Mathematical calculations
- Date handling
Additionally, standard libraries like System.Globalization are used for culture-specific number formatting and manipulation.
- Open the
Challenges.sln
solution in Visual Studio 🖥️. - Select the desired folder:
- 📁 Beecrowd
- 📁 Hackerrank
- Compile and run the project to view the challenge solutions in action! 🎉
Whether you're looking to level up your competitive programming skills or study solutions to challenging problems, this repository is a fantastic resource. 💡