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
8 packages returned for Tags:"data-
structure"
Sort by
Relevance
Downloads
Recently updated
WeightedRandomizer
by:
BlueRaja
72,182 total downloads
last updated
11/12/2021
Latest version:
2.0.1
C#
weighted
randomizer
random
data-structure
A data structure which allows fast random selection of items
CodeJam
by:
andrewvk
269,391 total downloads
last updated
5/12/2022
Latest version:
4.1.0
list
string
collection
data-structure
threading
xml
reflection
async
assertion
IO
More tags
CodeJam is a set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another.
KTrie
by:
kiripol
8,692 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
discriminated
by:
AndreiStreltsov
7,893 total downloads
last updated
3/1/2017
Latest version:
0.3.2
discriminated
union
functional
data-structure
c#
pattern-matching
An implementation of a discriminated union data structure with pattern matching support.
CacheTable.
Net
by:
jameslao
1,184 total downloads
last updated
3/12/2019
Latest version:
0.1.43
cache
data-structure
A simple fixed size cache data structure for .NET.
FSharp.
BinaryHeap
by:
Darik
1,290 total downloads
last updated
4/28/2020
Latest version:
0.0.3
dotnetcore
fsharp
data-structure
heap
Binary heap with an API similar to Python's heapq module
cs-
algorithms
by:
cschen1205
1,282 total downloads
last updated
5/22/2017
Latest version:
1.0.1
algorithms
graph-processing
string-processing
data-structure
Package provides C# implementation of algorithms in the "Algorithms" book (http://algs4.cs.princeton.edu/home/) and Robert Sedgwick's Algorithms course using Python (Part I and Part II), covering data...
More information
th3oth3rjak3.
DataStructures.
MinHeap
by:
th3oth3rjak3
254 total downloads
last updated
2/25/2023
Latest version:
1.0.1
heap
priority
queue
data-structure
HeapQueue is a generic priority queue implementation that uses a binary heap.