MadhavBahl / OOPS

The only guidebook to object oriented programming in C++ you will ever need.
MIT License
116 stars 56 forks source link

Add Some More Sorting Algorithms #2

Open MadhavBahl opened 6 years ago

MadhavBahl commented 6 years ago

Add atleast the sorting algorithms which are not already listed here: https://github.com/MadhavBahlMD/OOPS/tree/master/Sort

sannanansari commented 6 years ago

I'm interested. You can Guide me on this.

MadhavBahl commented 6 years ago

Hey @sannanansari , I can make separate issues for each sorting algorithm, you can choose whichever you feel comfortable to add :)

sannanansari commented 6 years ago

Ok. Till when I can start solving Issue.

MadhavBahl commented 6 years ago

@sannanansari , added the new issues :)

See here: https://github.com/MadhavBahlMD/OOPS/issues

You can comment on which you want to work, I will assign you on those

sannanansari commented 6 years ago

I will work on selection sort

rajatkhanna1999 commented 5 years ago

@MadhavBahlMD I am adding Topological sort(used in graphs) Also added missing sortings like Merge Sort,Insertion Sort and Quick Sort. plz look at PR