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

Class Quick3Way

src/strings/quick3.rs:45–47  ·  view source on GitHub ↗

The Quick3Way provides static methods for sorting an array using quicksort with 3-way partitioning.

Source from the content-addressed store, hash-verified

43/// The Quick3Way provides static methods for sorting an
44/// array using quicksort with 3-way partitioning.
45pub struct Quick3Way<T> {
46 _marker: PhantomData<T>,
47}
48
49impl<T> Quick3String<T>
50where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected