A generic Trie implementation with an abstracted storage pattern for simple replacement with more complex storage needs.
Info
Version: | 0.1.0 |
Author(s): | Keith Bosacker |
Last Update: | Tuesday, December 20, 2016 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/ReTrie |
Install
Install-Package ReTrie
dotnet add package ReTrie
paket add ReTrie
ReTrie Download (Unzip the "nupkg" after downloading)
Dependencies
net451
No dependencies.
- NETStandard.Library(>= 1.6.0)
- System.Runtime.Serialization.Primitives(>= 4.3.0)
Tags