Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 287 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 287 Bytes

timesort

Very simple sorting 'algorithm' for unsigned integers with linear computing complexity

building

make or gcc timesort.c -o timesort

usage

./timesort x1 x2 ... xn

example

./timesort 1 5 4 3 54 42 7 7 7

note

This algorithm can only sort non-negative numbers