1.0.3 • Published 6 months ago
sleep-sorting v1.0.3
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.