TrieNet is a .NET implementation of Trie Data Structures
published on 2022/09/19
.NET Implementations of Trie Data Structures for Substring Search, Auto-completion and Intelli-sense. Includes: patricia trie, suffix trie and a trie implementation using Ukkonen's algorithm.