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
- Host: GitHub
- URL: https://github.com/ullenius/sleepsort-js
- Owner: ullenius
- License: mit
- Created: 2021-02-13T19:36:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T19:37:01.000Z (over 4 years ago)
- Last Synced: 2024-12-31T15:54:27.091Z (10 months ago)
- Topics: es5, mit-license, sleepsort, sorting-algorithms, vanilla-javascript
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)