Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.36 KB

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 1.36 KB

HacktoberFest 2021 🔥

  • HacktoberFest is back again. Showcase your coding skills by creating PRs and contributing to the Open Source.

Let's Contribute 👍

  • Step 1 - Fork this repository.
  • Step 2 - Clone the repository to your local machine.
  • Step 3 - Resolve the bugs, mentions provided in the Issues section of the repository. Also add a description of what changes you have done.
  • Step 4 - Add the changes to your repository.
  • Step 5 - Create a PULL Request. And that's all.
  • NOTE - Please start the filename with the platform name on which the problem was solved. For eg if you are submitting graph problem from codechef then mention filename as (CODECHEF) chefandgraph.cpp.

What you can contribute in this repo? 👊

  • You can add your own competitive programming solutions or coding related solution.
  • There are various topics like Recursion , Bits Manipulation, Graphs etc. You can contribute in them
  • You can contribute some Learning Resources in the Readme.md File.
  • You can modify previous solutions if you feel like your solution has better Time or Space complexity.
Let's Contribute 😃