SD.Tools.Algorithmia
1.2.0-alpha
dotnet add package SD.Tools.Algorithmia --version 1.2.0-alpha
NuGet\Install-Package SD.Tools.Algorithmia -Version 1.2.0-alpha
<PackageReference Include="SD.Tools.Algorithmia" Version="1.2.0-alpha" />
paket add SD.Tools.Algorithmia --version 1.2.0-alpha
#r "nuget: SD.Tools.Algorithmia, 1.2.0-alpha"
// Install SD.Tools.Algorithmia as a Cake Addin #addin nuget:?package=SD.Tools.Algorithmia&version=1.2.0-alpha&prerelease // Install SD.Tools.Algorithmia as a Cake Tool #tool nuget:?package=SD.Tools.Algorithmia&version=1.2.0-alpha&prerelease
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 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 | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- 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 |