tlx
Loading...
Searching...
No Matches
insertion_sort.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  tlx
namespace  tlx::sort_strings_detail

Functions

template<typename StringPtr>
static enable_if<!StringPtr::with_lcp, void >::type insertion_sort (const StringPtr &strptr, size_t depth, size_t)
 Generic insertion sort for abstract string sets.
template<typename StringPtr>
static enable_if< StringPtr::with_lcp, void >::type insertion_sort (const StringPtr &strptr, size_t depth, size_t)
 LCP insertion sort for abstract string sets.