karan / Projects

:page_with_curl: A list of practical projects that anyone can solve in any programming language.
https://twitter.com/karangoel
MIT License
44.58k stars 10.52k forks source link

More Sorting algos? #65

Closed sananth12 closed 9 years ago

sananth12 commented 9 years ago

Do you think it would be ok to include more sorting algorithms? At least the common ones like Bubble Sort, Insertion Sort, Merge Sort, Quick Sort, Heap Sort, Counting Sort, Radix Sort?

karan commented 9 years ago

Not really. Those are already widely spread and well knows. This repo is focussed on applications of those fundamental algorithms and practical projects. :smile: