This is a collection of Sleep sort implementations, on various languages.
The idea behind this project was inspired by a post on Threads by Yernar Amergaliyev.
This project showcases how unconventional techniques can be applied to solve sorting problems in a unique and lazily way.
- Clone the repository:
git clone https://github.com/nikumu/sleep-sort.git
- Navigate to the project folder:
cd sleep-sort
- Run the program:
node sleepSort.js