Info
Version: | 1.0.1 |
Author(s): | Daniel Goltz |
Last Update: | Sunday, December 17, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/degoltz/IEnumerable-Trie |
NuGet Url: | https://www.nuget.org/packages/IEnumerableTrie |
Install
Install-Package IEnumerableTrie
dotnet add package IEnumerableTrie
paket add IEnumerableTrie
IEnumerableTrie Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
You may conduct a prefix tree and not have to run on the trie all the way to it's end - just for the amount of results you need. This is perfect for autocomplete or any other scenario where you may want a fixed amount of results yielded in every search.