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

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.

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
```