Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 999 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 999 Bytes

Hi there!

Thanks for your time and your willingness to contribute; we really appreciate it.

Here’s how to contribute:

  1. Fork the project by clicking on the "fork" button at the top right.
  2. Pick any problem from the "problems" folder, that you would like to work on.
  3. Read the instructions and implement your solution in any language. You can also fix an edge-case for an existing solution.
  4. Create a pull-request and wait for review.
  5. All done. Thanks for your contribution! ❤️

If you get stuck at any point, please open an issue. We'll try to help you if we can.

Finding missing solutions

If you’re looking for problems that don’t have solutions yet in the language of your choice, try running the find-missing-solutions script. Pass it the file extension for your language of choice, and it will search the problem directories for problems that don’t yet have a solution in that language.

Sample usage: ./find-missing-solutions py