0
Sqrt buffer sort (SBS) is a O(nlog(n)) sorting algorithm invented by me!
It uses techniques from Quick sort, Merge sort and Wiki sort to... be worse than quick sort
Simple sqrt buffer sort (SSBS) is O(n√n) (i think)
v0.2 - added Bucketed SBS - O(n) avg. added Noisy, Quadratic and Heapified shuffles
Free to copy :)