naveentata / Sortings-in-different-Languages

This repository contains sortings in different languages
6 stars 41 forks source link

Add different sorting algorithms #1

Open naveentata opened 6 years ago

naveentata commented 6 years ago

Add different sorting algorithms in different languages

chiru-arh commented 6 years ago

Hi can I add different sorting algorithms in C++

Akhil789 commented 6 years ago

i am gonna add Bubble sort in c

DanielM08 commented 6 years ago

Hi can I add different sorting algorithms in C++

I added the Quick Sort, Insertion sort and Merge sort, in C++

MartinBuessemeyer commented 6 years ago

I'll add Heap Sort for C

rohanJa commented 6 years ago

i will add counting sort in java

Dragomegak commented 6 years ago

I will add selection sort in C++

mstrechen commented 6 years ago

Add selection sort and counting sort (c++) #41

monikanana commented 6 years ago

I will do quick-sort in Haskell

nemnous commented 6 years ago

I will do Optimized Insertion sort.

cmctn commented 6 years ago

i added bucket sort in java