A simple immutable prefix tree / trie implementation.
Info
Version: | 1.0.1 |
Author(s): | Martin Doms |
Last Update: | Sunday, May 22, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://bitbucket.org/iamaelephant/ftrie |
NuGet Url: | https://www.nuget.org/packages/FTrie |
Install
Install-Package FTrie
dotnet add package FTrie
paket add FTrie
FTrie Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Core(>= 4.0.0.1)
Tags