This repository is a demonstration of Sleep Sort in Shell
I wrote about this algorithm here!
This Sleep-Sort demonstration requires the execution of a script file
i.e. Bash
Run the main file main.sh
and add the elements of your list after
$ bash main.sh 1 5 4 2
Thank you to @bradoyler for providing an implementation of Sleep Sort in Javascript!