Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 712 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 712 Bytes

Follow the following steps to contribute:

  • 👉 Fork the repo
  • 👉 Make changes to your forked repo by adding files through upload or by cloning the forked repo
  • 👉You can add C/CPP code implementing any data strucutre/algorithms (Make sure that the data structure/algorithm you are contributing is not present in the repo, else the PR won't be merged . Have a look at Readme.md to know what has been covered.)
  • 👉Also, add what you implemented in README.md under Data Structures that have been coverd OR Algorithms that have been covered
  • 👉 Commit and make pull requests
  • 👉 Wait to get merged
  • 👉Also, star the repo if you like it