Top 20 NuGet tree Packages

A Simple .NET Implementation of a KDTree for Nearest Neighbours searches with performances in mind.
Time to learn Nuget
A generic Trie implementation with an abstracted storage pattern for simple replacement with more complex storage needs.
Utilities that are required most often. Contains: * extension methods for Arrays, String, Char, IEnumerable, IList, IDictionary * Logger * Comparator of text files * Binary tree helper
MoreComplexDataStructures is a class library containing a collection of data structures (plus related utility classes) more complex than those found in the standard .NET framework. The project currently contains the following data structures and utility classes... WeightBalancedTree<T> - A weight-...
C# implementation of a Trie (prefix tree) that is IEnumerable. You may conduct a prefix tree and not have to run on the trie all the way to it's end - just for the amount of results you need. This is perfect for autocomplete or any other scenario where you may want a fixed amount of results yielded ...
Provides generic collections to use in DangrLib packages.
A .NET Standard library which provides a van Emde Boas tree implementation for educational purposes.
Package Description
Provides an easy to use "Tree" object for .NET developers. Two objects: Tree and the TreeNode. Each node can have two further tree nodes attached. Easy to use methods provided to manage nodes and search through them. Dependencies: .NET Standard 2.0 and nothing else! No other packages are referenced...
A tree structure drawers for console applications.
Package Description
A simple implementation of Trie (aka. Prefix Tree), referenced from: https://leetcode.com/articles/implement-trie-prefix-tree/
C# port of the fast static 2d spatial index Flatbush (https://github.com/mourner/flatbush/)
Search any tree-like data structure with wildcard and globbing patterns.
Functional filter abstraction for creating, applying, mapping, and reducing combinatory filter structures