SD.Tools.Algorithmia
1.1.0
See the version list below for details.
dotnet add package SD.Tools.Algorithmia --version 1.1.0
NuGet\Install-Package SD.Tools.Algorithmia -Version 1.1.0
<PackageReference Include="SD.Tools.Algorithmia" Version="1.1.0" />
paket add SD.Tools.Algorithmia --version 1.1.0
#r "nuget: SD.Tools.Algorithmia, 1.1.0"
// Install SD.Tools.Algorithmia as a Cake Addin #addin nuget:?package=SD.Tools.Algorithmia&version=1.1.0 // Install SD.Tools.Algorithmia as a Cake Tool #tool nuget:?package=SD.Tools.Algorithmia&version=1.1.0
Algorithm and data-structure library for .NET 3.5 and up. 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 v3 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).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- SD.Tools.BCLExtensions (>= 1.0.0)
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on SD.Tools.Algorithmia:
Repository | Stars |
---|---|
FransBouma/Massive
A small, happy, dynamic MicroORM for .NET that will love you forever.
|
Version | Downloads | Last updated |
---|---|---|
1.2.0-alpha | 218 | 11/18/2014 |
1.1.0 | 289 | 11/17/2012 |