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

https://github.com/ullenius/sleepsort-js

Sleepsort algorithm implemented in vanilla JS
https://github.com/ullenius/sleepsort-js

es5 mit-license sleepsort sorting-algorithms vanilla-javascript

Last synced: 8 months ago
JSON representation

Sleepsort algorithm implemented in vanilla JS

Awesome Lists containing this project

README

          

# Sleepsort - sorting algorithm

Sleepsort implemented in JavaScript.

**Time complexity:** O(n)

> "Possibly the only good thing to come out of 4chan"

Inspired by Kevlin Henney's ACCU 2019 talk
["What Do You Mean?"](https://www.youtube.com/watch?v=ndnvOElnyUg&t)