Skip To Content
Toggle navigation
Packages
Upload
Statistics
Documentation
Downloads
Blog
Sign in
Advanced search filters
Frameworks
.NET
net8.0
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
604,543 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,387,322 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
183,493 total downloads
last updated
11/19/2023
Latest version:
1.5.0
trie
prefix
tree
A trie (prefix tree) data structure implementation in C#.
DBreeze
by:
hhblaze
603,656 total downloads
last updated
11/3/2023
Latest version:
1.115.2023.1103
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
56,586 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
9,386 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,500 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
6,040 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,551 total downloads
last updated
1/12/2018
Latest version:
1.0.5
Trie
Dictionary
Segment
字典前缀树,扩展词的自定义扩展信息
ReTrie
by:
kbosacker
4,509 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.
Trie.
Net.
Standard
by:
pianoguy
4,490 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/
Open.
Collections.
Trie
by:
electricessence
1,852 total downloads
last updated
10/10/2023
Latest version:
1.3.1
trie
concurrent
A generic trie and concurrent trie implementation. Part of the "Open" set of libraries.
PBCD.
DataStructures.
Trie
by:
PBCD
2,967 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
Bryllite.
Database.
Trie
by:
Bryllite
3,215 total downloads
last updated
1/5/2020
Latest version:
0.6.0
bryllite
modified
merkle
patricia
trie
Modified Merkle Patricia Trie library for Bryllite.
FTrie
by:
iamaelephant
2,937 total downloads
last updated
5/22/2016
Latest version:
1.0.1
trie
prefix
tree
radix
A simple immutable prefix tree / trie implementation
TrieTree
by:
honggenxiang
2,826 total downloads
last updated
1/10/2018
Latest version:
1.0.2
Trie
Dictionary
Segment
字典前缀树
CXuesong.
TriesSharp
by:
CXuesong
568 total downloads
last updated
9/10/2022
Latest version:
0.0.1-int.3
Trie
Yet another trie implementation on .NET.
Narumikazuchi.
Collections
by:
Narumikazuchi
6,498 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
DBreezeBased
by:
hhblaze
11,299 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
LRUTrie
by:
Antonyo
857 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
Previous
Next