Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 527 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 527 Bytes

Sleep-Sort

This repository is a demonstration of Sleep Sort in Shell

I wrote about this algorithm here!

Requirements

This Sleep-Sort demonstration requires the execution of a script file

i.e. Bash

Usage

Run the main file main.sh and add the elements of your list after

$ bash main.sh 1 5 4 2

Updates

Thank you to @bradoyler for providing an implementation of Sleep Sort in Javascript!