Show HN: Sleepsort – Sorting While Sleeping

# · ✸ 14 · 💬 15 · 12 days ago · animeshchouhan.com · animeshchouhan · 📷
Sorting algorithms are like the organizers of the computer world, quietly putting everything in order. Some sorting methods are simple, like bubble sort, while others are faster, like quick sort. Unlike regular sorting methods that compare and swap numbers, sleep sort does things differently. While we can use the conventional threads to implement this sorting technique, we will be using asyncio python library which is more suited towards blocking IO-bound operations. It's not great for sorting stuff where you need to know how long it'll take. In summary, Sleep Sort is closely linked to the operating system more than any other sorting method. Even though sleep sort isn't great for big sets of numbers, it shows how creative people can be with sorting algorithms.
Show HN: Sleepsort – Sorting While Sleeping



Send Feedback | WebAssembly Version (beta)