Skip to content

Very simple sorting 'algorithm' with linear computing complexity

Notifications You must be signed in to change notification settings

StylishTriangles/timesort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Very simple sorting 'algorithm' with linear computing complexity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published