Skip to main content
TernarySearchTree package icon

TernarySearchTree

Implements a dictionary with a key of type String where a partial key can be used to find values. 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

Total Downloads
13.7K
13,692
Published
Oct 18, 2019
Latest stable version

Install

.NET CLI
dotnet add package TernarySearchTree --version 1.5.1
Package Manager Console
Install-Package TernarySearchTree -Version 1.5.1
PackageReference
<PackageReference Include="TernarySearchTree" Version="1.5.1" />

Frameworks

No framework metadata available.

Dependencies

No declared dependencies.

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.