Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SleepSort in Rust

A sorting method where each number waits for an amount of time equal to its value, then prints itself.

How to Run

Clone the project

  https://github.com/svl10/sleepsort.git
  cd sleepsort

Run using cargo

Sample

  cargo run 8 13 2 6 3

Output

  2 3 6 8 13

About

A sorting algorithm written in rust that was anonymously invented by random user on 4chan in 2011.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages