Top 20 NuGet algorithms Packages

An API with useful data structures.
Basic packaged needed to create an Algorithm compatible with the STT Exchange solution
An implementation of a classic Subword Graph (also known as Directed Acyclic Word Graph) data structure for solving complex string related problems on a single word.
Implementation of some Data Structures and Algorithms in C#
Data Structures for C#
Base Library for creating Algorithm Libraries
It is not yet ready! .NET library with performance and memory optimized algorithms and structures
Swarm Intelligence
An alternative to System.Collection.Generics.LinkedList with reverse operation and enumeration without allocation.
Package Description
Package contains algorithms for 1. Performing patten searching on 2. Performing sorting on Content
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...
.NET Standard 2.0 library containing various algorithms.
Core library for LinqRewrite
Discrete and Fast Fourier transform algorithm on multi-dimensional data.
Integer Mapper maps .NET types to monotonically increasing integers starting from 0. Null or Empty is mapped to 0. Mappings can be reversed. Integer Mapper is useful for implementing caching, memoization, and algorithms requiring ranked alphabets over a problem domain.