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