Table of Contents

Namespace AlgorithmsSW.String

Classes

Alphabet

Represents an alphabet, a subset of Unicode.

RandomStrings
StringSetWithTertiarySearchTree
StringSort

A class that provides string sorting algorithms.

StringSymbolsExtensions
TertiarySearchTrie<TValue>
TertiarySearchTrie<TValue>.Node
Trie<TValue>

Represents a Trie data structure with values of type TValue.

Trie<TValue>.Node

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.