Welcome to HacktoberCompetitiveCodes!
This repository is dedicated to competitive programming enthusiasts who want to participate in Hacktoberfest by contributing solutions to common competitive coding problems. Whether you are a beginner or an experienced coder, this is the perfect place to practice, learn, and contribute.
- A collection of well-organized competitive programming solutions
- Problems from various online judges like Codeforces, LeetCode, CodeChef, and more
- Ready for Hacktoberfest contributions – improve your skills and earn swag!
- Fork this repository.
- Create a new branch:
git checkout -b feature/your-branch-name
- Add your solution file in the appropriate folder (language-wise or problem-wise).
- Commit your changes:
git commit -m "Add solution for [problem name]" - Push to the branch:
git push origin feature/your-branch-name - Open a Pull Request and wait for review.
Guidelines
- File Naming: Name your files as
[ProblemCode].cpp(e.g.,1348B.cpp). - Problem Link: Include the problem link in the comments at the top of your solution file.
- Code Quality: Ensure your code is clean, well-commented, and follows best practices.
- Language: Preferably use C++ for consistency, but other languages are welcome.
Resources
This project is licensed under the MIT License - see the LICENSE file for details.