boostorg / algorithm

Boost.org algorithm module
http://boost.org/libs/algorithm
Boost Software License 1.0
114 stars 105 forks source link

Radix sort #2

Closed jeremy-murphy closed 9 years ago

jeremy-murphy commented 10 years ago

Hello team Algorithm!

Radix sort has been on the list of GSoC algorithms for the past two years and I enjoy implementing algorithms so here is my (almost complete) attempt. The early commit history is missing, I'm sorry, because I did most of the work before forking the Boost repository.

Some parts of the code that I'm not 100% confident about:

Obviously the tests are embarrassingly duplicated and I haven't decided how to resolve that yet. The only thing that is definitely incomplete is the documentation -- the code I am pretty happy with but eager to hear suggestions and criticism from others.

Cheers.

microcai commented 10 years ago

if only the history would have been rebased and cleand up