Quick3string Class |
Namespace: Algs4Net
public class Quick3string
The Quick3string type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | MainTest | Reads in a sequence of fixed-length strings from
standard input, 3-way radix quicksorts them, and prints them
to standard output in ascending order. |
![]() ![]() | Sort |
Rearranges the array of strings in ascending order. |
For additional documentation, see Section 5.1 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
This class is a C# port from the original Java class Quick3string implementation by the respective authors.