News

C++ implementation of textbook integer sorting algorithms (with a view to inclusion in Boost). The C++ standard library includes comparison sort functions, which run in Ο (n lg n) time.
This library includes a custom datatype aptly named datatypes which includes different implementations for each type of object in c++ but all include a toString() function to output the contents. The ...