Info
Version: | 1.5.1 |
Author(s): | Oskar Sjöberg |
Last Update: | Friday, October 18, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/TernarySearchTree |
Install
Install-Package TernarySearchTree
dotnet add package TernarySearchTree
paket add TernarySearchTree
TernarySearchTree Download (Unzip the "nupkg" after downloading)
Implemented as a ternary search tree.
Based on:
http://www.codeproject.com/KB/recipes/tst.aspx
http://www.cs.otago.ac.nz/cosc463/2005/ternary.c
http://www.cs.otago.ac.nz/cosc463/2005/ternary.pdf.