MCPcopy Create free account
hub / github.com/douchuan/algorithm / Quick3String

Class Quick3String

src/strings/quick3.rs:39–41  ·  view source on GitHub ↗

The Quick3String provides static methods for sorting an array of strings using 3-way radix quicksort.

Source from the content-addressed store, hash-verified

37/// The Quick3String provides static methods for sorting an
38/// array of strings using 3-way radix quicksort.
39pub struct Quick3String<T> {
40 _marker: PhantomData<T>,
41}
42
43/// The Quick3Way provides static methods for sorting an
44/// array using quicksort with 3-way partitioning.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected