mgechev / javascript-algorithms

💻 JavaScript implementations of computer science algorithms
https://mgechev.github.io/javascript-algorithms/
MIT License
7.83k stars 1.27k forks source link

Wanna contribute but can not see proper guide for contribute #124

Closed jitendra3109 closed 7 years ago

jitendra3109 commented 7 years ago

Hi! Javascripter with CSE, I would like to also contribute but do not see contribute.md. Please anybody can help me to init guide.

mgechev commented 7 years ago

Hey @jsroyal, great to hear you're willing to help the project! You can open an issue with a suggestion for a missing algorithm. Right after that just make sure you have tests and the CI build passes.

Thanks again!