An open API service indexing awesome lists of open source software.

https://github.com/pablopunk/sleepsort

Best and worst sorting algorithm ever
https://github.com/pablopunk/sleepsort

Last synced: 8 months ago
JSON representation

Best and worst sorting algorithm ever

Awesome Lists containing this project

README

          

# Sleep Sort

This ~dumb~ genius sorting algorithm was invented by a 4chan user.

![shot](./4chan.png)

## Usage

```sh
$ ./sort.sh 3 6 4 7 5 8 9 1 2
1
2
3
4
5
6
7
8
9
```