Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 707 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 707 Bytes

❓ What to contribute

  • You can contribute algorithm in any language
  • You can also add data structure programs

✨ Contribution guidelines

  • You can contribute your code in any one language like c, c++, java, python etc.
  • Your code should be neat and clean
  • You can add any DSA Program but it should not be repeated. To avoid redundancy, check all contributions before
  • Add your code to the relevant folder
    • If your code contains Python code then it should be in python folder
  • If the folder of any language is not exists already then create it and add your code

📚 Contribution rules

  • Do NOT remove other content.
  • Try to keep pull requests small to minimize merge conflicts.