Trie (a.k.a. prefix tree) C# implementation. Has constant-time string prefix lookup.
-
Updated
Apr 29, 2024 - C#
Trie (a.k.a. prefix tree) C# implementation. Has constant-time string prefix lookup.
A trie (prefix tree) data structure implementation in C#.
A simple text editor with an intelligent autocomplete.
High Performance C# Subnetting
Generic implementation of a prefix tree
Add a description, image, and links to the prefix-tree topic page so that developers can more easily learn about it.
To associate your repository with the prefix-tree topic, visit your repo's landing page and select "manage topics."