Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Frameworks
.NET
net7.0
net6.0
net5.0
.NET Core
netcoreapp3.1
netcoreapp3.0
netcoreapp2.2
netcoreapp2.1
netcoreapp2.0
netcoreapp1.1
netcoreapp1.0
.NET Standard
netstandard2.1
netstandard2.0
netstandard1.6
netstandard1.5
netstandard1.4
netstandard1.3
netstandard1.2
netstandard1.1
netstandard1.0
.NET Framework
net481
net48
net472
net471
net47
net462
net461
net46
net452
net451
net45
net40
net35
net30
net20
Package type
All types
Dependency
.NET tool
Template
Options
Include prerelease
38 packages returned for Tags:"trie"
Sort by
Relevance
Downloads
Recently updated
ImmutableTrie
by:
stevenguh
579,667 total downloads
last updated
5/2/2018
Latest version:
1.0.0-alpha
immutable
trie
ImmutableList
ImmutableDictionary
Immutable collections that use trie as their internal data structure, and provide a direct replacement for the .net's implementation of ImmutableList and ImmutableDictionary
VDS.
Common
by:
dotnetrdf
robvesse
1,303,187 total downloads
last updated
8/26/2023
Latest version:
2.0.0
Data
Structures
Tree
Trie
Binary
AVL
Scapegoat
Dictionary
Collections
Sparse
More tags
A library containing useful data structures like Trees, Tries, Sparse Arrays, Bloom Filters and indexing tailored dictionaries.
rm.
Trie
by:
rmandvikar
171,792 total downloads
last updated
9/24/2023
Latest version:
1.3.6
trie
prefix
tree
A trie (prefix tree) data structure implementation in C#.
DBreeze
by:
hhblaze
579,819 total downloads
last updated
7/28/2023
Latest version:
1.108.0
DBreeze
database
text
search
data
tree
NoSQL
.NET
C#
embedded
More tags
DBreeze database key features: - Embedded .NET family assembly, platform independent and without references to other libraries. - Multi-threaded, ACID compliant, with a solution for deadlocks...
More information
NReco.
Text.
AhoCorasickDoubleArrayTrie
by:
nreco
54,564 total downloads
last updated
7/12/2022
Latest version:
1.1.1
aho-corasick
AhoCorasick
double-array
trie
string
search
fast-substring
netstandard
netcore
Very fast C# implementation of Aho Corasick algorithm based on Double Array Trie: efficient text search of many substrings with O(n) complexity. Automata state may be efficiently serialized to binary stream.
KTrie
by:
kiripol
8,763 total downloads
last updated
2/23/2020
Latest version:
1.3.0
trie
prefix-tree
data-structure
Trie (a.k.a. prefix tree) is an ordered tree data structure that is used to store an associative array where the keys are usually strings. All the descendants of a node have a common prefix of the string...
More information
Daves.
WordamentSolver
by:
DavidGalehouse
8,398 total downloads
last updated
3/19/2017
Latest version:
2.2.0
wordament
solver
trie
boggle
board
Wordament solver that handles an arbitrary number of special tiles, finds the many-to-many word-path relationships, and approximates a best path.
ShiroTrie
by:
nbaztec
5,968 total downloads
last updated
3/27/2019
Latest version:
1.0.5
Apache
Shiro
Permissions
Trie
Apache Shiro styled permission manager.
TrieTree.
Strong
by:
honggenxiang
5,480 total downloads
last updated
1/12/2018
Latest version:
1.0.5
Trie
Dictionary
Segment
字典前缀树,扩展词的自定义扩展信息
Trie.
Net.
Standard
by:
pianoguy
4,441 total downloads
last updated
5/20/2019
Latest version:
1.0.3
Trie
Prefix
Tree
.Net
Standard
A simple implementation of Trie (aka. Prefix Tree), referenced from: https://leetcode.com/articles/implement-trie-prefix-tree/
ReTrie
by:
kbosacker
4,494 total downloads
last updated
12/20/2016
Latest version:
0.1.0
Trie
Data
Structure
Prefix
Radix
Digital
Tree
A generic Trie implementation with an abstracted storage pattern for simple replacement with more complex storage needs.
PBCD.
DataStructures.
Trie
by:
PBCD
2,922 total downloads
last updated
6/1/2018
Latest version:
1.0.1
Trie
SearchTree
DataStructure
This TRIE works with any chain of keys (IEnumerable<TKey>) and not just strings. Also, in addition to regular TRIE functions, this one returns the number of matching prefixes in O(l) where l is the length of...
More information
FTrie
by:
iamaelephant
2,761 total downloads
last updated
5/22/2016
Latest version:
1.0.1
trie
prefix
tree
radix
A simple immutable prefix tree / trie implementation
Bryllite.
Database.
Trie
by:
Bryllite
3,183 total downloads
last updated
1/5/2020
Latest version:
0.6.0
bryllite
modified
merkle
patricia
trie
Modified Merkle Patricia Trie library for Bryllite.
TrieTree
by:
honggenxiang
2,790 total downloads
last updated
1/10/2018
Latest version:
1.0.2
Trie
Dictionary
Segment
字典前缀树
Open.
Collections.
Trie
by:
electricessence
1,212 total downloads
last updated
4/29/2023
Latest version:
1.2.1
trie
concurrent
A generic trie and concurrent trie implementation. Part of the "Open" set of libraries.
Narumikazuchi.
Collections
by:
Narumikazuchi
6,384 total downloads
last updated
6/13/2022
Latest version:
6.0.1
Collections
Observable
Trie
Binary
Tree
Big
Datasets
Enumeration
This project was inspired by the source code for the system intern immutable collections. It expands on the idea of a strong enumerable with a strong enumerator instead of the usual interface. This improves...
More information
CXuesong.
TriesSharp
by:
CXuesong
536 total downloads
last updated
9/10/2022
Latest version:
0.0.1-int.3
Trie
Yet another trie implementation on .NET.
LRUTrie
by:
Antonyo
842 total downloads
last updated
7/27/2018
Latest version:
1.0.0
LRU
Trie
PrefixTree
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...
More information
DBreezeBased
by:
hhblaze
11,203 total downloads
last updated
8/29/2016
Latest version:
1.27.0
DBreeze
DBreezeBased
database
NoSQL
.NET
C#
embedded
key
value
ACID
More tags
DBreezeBased Features: DBreezeBased enables Google-like search in your application. Works on Servers/Desktops/Mobile Platforms Xamarin/MONO/.NET Standalone and In-Transactional modes (separate or existing...
More information
Previous
Next