https://github.com/nikumu/sleep-sort
A collection of implementations for Sleepsort.
https://github.com/nikumu/sleep-sort
javascript sleepsort
Last synced: 3 months ago
JSON representation
A collection of implementations for Sleepsort.
- Host: GitHub
- URL: https://github.com/nikumu/sleep-sort
- Owner: nikumu
- Created: 2024-12-19T22:55:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T17:15:39.000Z (about 1 year ago)
- Last Synced: 2025-09-15T20:37:31.020Z (4 months ago)
- Topics: javascript, sleepsort
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sleep sort
This is a collection of [Sleep sort](https://rosettacode.org/wiki/Sorting_algorithms/Sleep_sort) implementations, on various languages.
The idea behind this project was inspired by a [post](https://www.threads.net/@yernar.amergaliyev/post/DDlMG5si9sV) on Threads by Yernar Amergaliyev.
This project showcases how unconventional techniques can be applied to solve sorting problems in a unique and lazily way.
### How to Use:
1. Clone the repository:
```bash
git clone https://github.com/nikumu/sleep-sort.git
```
2. Navigate to the project folder:
```bash
cd sleep-sort
```
3. Run the program:
```bash
node sleepSort.js
```