Stats
Implementations
Sleep Sort is a humorous, timing-based sorting algorithm that starts a separate thread or timeout for each element, sleeping for a duration proportional to the element's value and then outputting it. It's mostly for demonstration and entertainment.
Paradigm
Timing / Humorous
Author
Humorists
Tier
DTime Complexity
Best
O(n)Avg
O(n)Worst
O(n)Space
O(n)Properties