A Trie implementation written in C# on .NET Core. Includes xUnit tests. 🌲
A trie is built in a way that is optimized for searching for string prefixes, which makes it a popular data structure for auto-complete and predictive text applications.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Trie implementation written in C# on .NET Core. Includes xUnit tests. 🌲
A trie is built in a way that is optimized for searching for string prefixes, which makes it a popular data structure for auto-complete and predictive text applications.