Skip to content

Instantly share code, notes, and snippets.

View kirtideshmukh's full-sized avatar
🎯
$echo "¯\_(ツ)_/¯"

Kirti Deshmukh kirtideshmukh

🎯
$echo "¯\_(ツ)_/¯"
View GitHub Profile
@kirtideshmukh
kirtideshmukh / Sleepsort.java
Created June 23, 2018 06:29 — forked from utsengar/Sleepsort.java
Java version of Sleep sort
/**
* For fun.
* Inspiration: http://dis.4chan.org/read/prog/1295544154
* @author zengr
*
*/
public class Sleepsort {
private static int[] inputArray = { 3, 1, 2, 1, 181, 10};