Mrrl / SqrtSort

Stable sorting with O(sqrt(N)) external memory
MIT License
12 stars 2 forks source link

Interface compatible with std::sort #3

Open pystraf opened 1 year ago

pystraf commented 1 year ago

I have added the "sqrtsort.hpp" file, which contains interface compatible with std::sort.