Skip to content

natejenson/sharp-trie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sharp-trie

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.

About

A Trie implementation written in C# on .NET Core. Includes xUnit tests. 🌲

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages