Algorithmia NuGet Package

Algorithm and data-structure library for .NET 4.5.2+ / Netstandard 2.0+.

Algorithmia contains sophisticated algorithms and data-structures like graphs, priority queues, command, undo-redo and more.

Algorithmia is one of the pillars of LLBLGen Pro and is used in production successfully since May 2010. Many of the classes and algorithms in Algorithmia contain references to papers and articles on Wikipedia or other websites where you can find additional information regarding the algorithm or data-structure implemented.

The core design of Algorithmia is about making algorithms and data-structures which are known for many years available to the .NET developer in easy to use and properly documented classes and methods.

No class or method implemented in Algorithmia re-implements a .NET BCL (base class library) class or method unless it was necessary to do so (e.g. the linked list in .NET is re-implemented as it doesn't have an O(1) concat operation, which is necessary for the Fibonacci heap).




Got any Algorithmia Question?





Info

Version: 1.4.0
Author(s): Frans Bouma
Last Update: Thursday, July 11, 2019
.NET Fiddle: Create the first Fiddle
Project Url: https://solutionsdesign.github.io/Algorithmia/
NuGet Url: https://www.nuget.org/packages/SD.Tools.Algorithmia


Install
Install-Package SD.Tools.Algorithmia
dotnet add package SD.Tools.Algorithmia
paket add SD.Tools.Algorithmia
SD.Tools.Algorithmia Download (Unzip the "nupkg" after downloading)

7 packages depend on this package.


Tags



STATS

must-have-score

1

avg-downloads-per-day

13

days-since-last-release

1748