namanvats / cpalgorithms

Algorithms and Techniques for competitive programming
MIT License
17 stars 30 forks source link

Add Sorting Algorithms #3

Open namanvats opened 4 years ago

namanvats commented 4 years ago

Add different sorting algorithms with their running time complexity and add them in a new folder in root directory.

ssoham commented 4 years ago

I can work on this. Do you want this in C++ (assuming by the tags)? If so, would you want this in generics or arrays?

RockLee444 commented 4 years ago

Hey. In which language do you wish this to be done?

namanvats commented 4 years ago

Write the algorithms in c or c++. Make sure you properly comment the code otherwise it will not be merged also try to name it properly like "quick_sort.cpp". You can use whatever you prefer generics or arrays. time complexity should also be mentioned.Create PRs I will merge one with less error and more matching to our guidelines.

sun-fox commented 4 years ago

Added binary sort in c++, PR #5

ssoham commented 4 years ago

Added mergesort in C++.

RockLee444 commented 4 years ago

Added insertion sort in C++.

dorothy184 commented 4 years ago

Added bubble sort in C++.

dorothy184 commented 4 years ago

Added radix sort in C++.

Arnabbiswas1999 commented 4 years ago

Can I take up this issue?

shub-garg commented 3 years ago

please review my pr

pankajsingh016 commented 2 years ago

Can I add Quick sort algo?

hrithiksawhney commented 2 years ago

Can I work on this issue?