1.0.3 • Published 6 months ago

sleep-sorting v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

sleepSort.js

sleep sort implementation in javascript, this algorithm has a time complexity of O(h no)

Installation

npm install sleep-sorting

Example

const sleepSort = require("sleep-sorting");

(async () => console.log(await sleepSort([4, 1, 3, 6])))();

Use Cases

When to use SleepSort:

  • Job Interview: Impress your Interviewer by implementing this algorithm

Disclaimer

Please don't use this in production or anything that needs to actually work. It's a fun project, and that’s it.

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago