Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.49 KB

CONTRIBUTING.md

File metadata and controls

25 lines (15 loc) · 1.49 KB

Contributing guidelines

Before contributing

Welcome to Python Algos ! Before sending your pull requests, make sure that you read the whole guidelines. If you have any doubt on the contributing guide, please feel free to state it clearly in an issue or ask the community in Whatsapp.

Contributing

Contributor

We are very happy that you are considering implementing algorithms and data structures for others! This repository is referenced and used by learners from all over the globe. Being one of our contributors, you agree and confirm that:

  • You did your work - no plagiarism allowed
    • Any plagiarized work will not be merged.
  • Your submitted work fulfils or mostly fulfils our styles and standards

New implementation is welcome! For example, new solutions for a problem, different representations for a graph data structure or algorithm designs with different complexity but identical implementation of an existing implementation is not allowed. Please check whether the solution is already implemented or not before submitting your pull request.

Improving comments and writing proper tests are also highly welcome.

  • Most importantly,
    • Be consistent in the use of these guidelines when submitting.
    • Join us on Whatsapp now!
    • Happy Hacking 🙂