Skip to content

DivyanshGarg380/Codeforces_CompCodes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

152 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HacktoberCompetitiveCodes

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.

Features

  • 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!

How to Contribute

  1. Fork this repository.
  2. Create a new branch:
    git checkout -b feature/your-branch-name
  3. Add your solution file in the appropriate folder (language-wise or problem-wise).
  4. Commit your changes: git commit -m "Add solution for [problem name]"
  5. Push to the branch: git push origin feature/your-branch-name
  6. 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

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This repository contains the competitive codes for the hacktoberfest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 93.6%
  • JavaScript 3.7%
  • Java 1.4%
  • CSS 1.3%