C# (CSharp) CkanDotNet.Api.DataStructures Пространство имен

Классы

Имя Описание
Trie A collection Trie class that can be used to locate words by prefix Can also return a list of all words starting with the requested prefix. NOTE: the case insensitive Trie will always return lowercase words.
TrieNode Node class for the Trie representing one trie node