itsnitinr / javascript-handbook

Data structures, algorithms and coding questions solved in JavaScript.
6 stars 2 forks source link

Add missing data structures, algorithms and coding problem solutions. #1

Open itsnitinr opened 3 years ago

itsnitinr commented 3 years ago

Add whatever data structures, algorithms or solutions to coding questions that are missing currently in this repo using JavaScript. Make sure you comment wherever appropriate. Adding the time complexity and space complexity is highly recommended. Please make sure to review other existing files to get an idea. Happy hacking!

Tripathi-Vaibhav commented 3 years ago

I reviewed other files of this repo and I feel I could add some sorting algorithms. I would like to work on this.

itsnitinr commented 3 years ago

I can assign over 10 people to this issue. If anyone else is also interested, please let me know by commenting below.

Tripathi-Vaibhav commented 3 years ago

@itsnitinr Should I create pull request for each sorting algorithm or combining all ?

itsnitinr commented 3 years ago

@Tripathi-Vaibhav I would recommend you create multiples commits but make a single pull request. For all sorting algorithms, you can make an 'add sorting algorithms' pull request and in case you add something else like a data structure or coding problem, you can create a different pull request for that.

meghanacosmos commented 3 years ago

I would like to work on this too! @itsnitinr