Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 186 Bytes

File metadata and controls

13 lines (8 loc) · 186 Bytes

intsort

simple yet not so bad sorting algorithm.

compile with -std=c99

Please test!

worst case (lowest integer at end): O(n^2) best case (sorted): O(n) average case: ... ?!