7 packages
returned for Tags:"data-structure"
- 12,396 total downloads
- last updated 8/9/2020
- Latest version: 1.0.3
A data structure which allows fast random selection of items
- 3,889 total downloads
- last updated 3/1/2017
- Latest version: 0.3.2
An implementation of a discriminated union data structure with pattern matching support.
- 1,356 total downloads
- last updated 2/23/2020
- Latest version: 1.3.0
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 associated with that node, and the root is associated with the empty string.
- 432 total downloads
- last updated 3/12/2019
- Latest version: 0.1.43
A simple fixed size cache data structure for .NET.
- 636 total downloads
- last updated 5/22/2017
- Latest version: 1.0.1
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 structure, sorting, search, graph processing, string processing.
- 392 total downloads
- last updated 4/28/2020
- Latest version: 0.0.3
Binary heap with an API similar to Python's heapq module