Files Classes Functions Hierarchy
#include <cassert>#include <bucket.h>#include <bucketlink.h>#include <typedefs.h>
Go to the source code of this file.
Classes | |
| class | buckethybrid< T, HFN, C > |
| Hybrid bucket sort which in worst case sorts with the default sorter. When the chain reaches a maximum length all elements on the chain are inserted into the second default sorting container C. I expect the client to supply a O(logn) default sorter. More... | |
1.5.8