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

Class MSD

src/strings/msd.rs:81–83  ·  view source on GitHub ↗

The MSD provides static methods for sorting an array of extended ASCII strings using MSD radix sort.

Source from the content-addressed store, hash-verified

79/// array of extended ASCII strings using MSD radix
80/// sort.
81pub struct MSD<T> {
82 _marker: PhantomData<T>,
83}
84
85impl<T> MSD<T>
86where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected