Top 20 NuGet structure Packages

QuickGraph provides generic directed/undirected graph datastructures and algorithms for .NET Standard 2.0 QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, minimum spanning tree, least common ancestors, etc...
QuickGraph provides generic directed/undirected graph datastructures and algorithms for .NET Standard 2.0 QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, minimum spanning tree, least common ancestors, etc...
QuickGraph provides generic directed/undirected graph datastructures and algorithms for .NET Standard 2.0 QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, minimum spanning tree, least common ancestors, etc...
SisoDb is a schemaless document-oriented provider for SQL-Server. Using JSON and key-value storage, it lets you persist object graphs without specifying any mappings or extending any base classes interfaces etc. It lets you perform queries against SQL-server, using lambda expressions. It syncs schem...
A trictionary data structure is a dictionary where each entry is identified by a unique combination of two keys.
A set of custom C# data structures to complete code katas.
Visual Studio solution structure and settings validator.
Structure comparison (primitive and complex type, enums)
A Bloom Filter is a probabalistic data structure that Implements the Add() and Contains() methods in a memory efficient manner when compared to the more traditional Hash Set. However, the Bloom Filter has some draw backs: * It will sometimes indicate that an element is in the set when it isn't. The...
A FREE Javascript SVG Organisation Chart with Optional Grouping, Styling and Navigation methods
A generic tree/leaf structure built with extensions used to traverse data easily from any point in the structure.
A generic Trie implementation with an abstracted storage pattern for simple replacement with more complex storage needs.
General and LinkedIn resume pdf parsing solution using iTextSharp. It returns a hierarchic structure and it allows the extension of parsing logic by providing a decorator over the parser.
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 ...
An IFC library for .net.
An IFC library for .net.
Provides robust map collections for C# with high compatibility with core collection interfaces, including BiMap, MultiMap and MultiBiMap.
A selection of analyzers that keep track of style and structure.