MadhavBahl / OOPS

The only guidebook to object oriented programming in C++ you will ever need.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Some More Sorting Algorithms

MadhavBahl opened this issue · comments

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

commented

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

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

commented

Ok. Till when I can start solving Issue.

@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

commented

I will work on selection sort

@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