axgle / sleepsort

sleep sort with golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sleepsort

sleep sort with golang

This is sort of like a simple bucket/radix sort but instead of using a space-based array, it's effectivly using a time-based "array" http://dis.4chan.org/read/prog/1295544154

About

sleep sort with golang