Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 190 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 190 Bytes

Sorting_O-n-

C program for sorting N elements in O(n) time complexity

Okay, just read about counting sort in mit 6.006, fall 2011, so that's what this algo is counting sort. Jan 25th '18