Skip to content
Ayush Singhal edited this page Jan 7, 2024 · 2 revisions

Contributing

This repository is open for contribution 😄. Please feel free to raise new contributions to help improve existing algo or add now algorithm.

Adding/Improving a new algorithm

The procedure to contribute:

  1. If there doesn't already exist an issue, then file a new issue explaining the algorithm/change you want to do.
  2. Make sure the algorithm doesn't already exist! We don't want duplicate algorithms 😬
  3. Identify the category folder your algorithm belongs to.
  4. Test your algorithm thoroughly.
  5. Send pull request for review 😎.

Clone this wiki locally