8000 GitHub - nikumu/sleep-sort: A collection of implementations for Sleepsort.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nikumu/sleep-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Sleep sort

This is a collection of Sleep sort implementations, on various languages.

The idea behind this project was inspired by a post 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:
git clone https://github.com/nikumu/sleep-sort.git
  1. Navigate to the project folder:
cd sleep-sort
  1. Run the program:
node sleepSort.js

About

A collection of implementations for Sleepsort.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0