Namespace AlgorithmsSW.String
Classes
- Alphabet
Represents an alphabet, a subset of Unicode.
- StringSort
A class that provides string sorting algorithms.
- Trie<TValue>
Represents a Trie data structure with values of type TValue.
Interfaces
- IReadOnlyStringSymbolTable<TValue>
A read-only symbol table with string keys.
- IStringCollection
Provides operations for a collection of strings (often, the keys of a symbol table).
- IStringSymbolTable<TValue>
A symbol table with string keys.