Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

30 lines (21 loc) · 1.41 KB

HacktoberFest 2020 🔥

  • 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 (Week_1_Day_01).py.

What you can contribute in this repo? 👊

  • You can add your own competitive programming solutions.
  • 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 😃