SleepSort

/sliːpsɔːt/

Noun

  1. A software company

    A software company providing high-quality .NET, Azure Cloud and software architecture services.

  2. A sorting algorithm

    Assigns each element in the unsorted array to a separate thread, with each thread "sleeping" for the duration of it's assigned number. Once all threads have completed, the array is sorted based on the order the elements "woke up".