./nugetz
pkg

Antonyo/LRUTriev1.0.0

A Trie (Prefix tree) which only stores the latest N most used words. Support predict words based on a prefix used in autocomplete fields. It uses a double a Trie in combination with a double linked list to store only an specific number of words, if more words are added over the capacity, the least used words will be removed from the trie.

License

View license

Deps

0

Install Size

Vulns

✓ 0

Published

Jul 27, 2018

Get Started

$ dotnet add package LRUTrie

Readme

No README available.