SD.Tools.Algorithmia 1.3.2

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package SD.Tools.Algorithmia --version 1.3.2
NuGet\Install-Package SD.Tools.Algorithmia -Version 1.3.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SD.Tools.Algorithmia" Version="1.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SD.Tools.Algorithmia --version 1.3.2
#r "nuget: SD.Tools.Algorithmia, 1.3.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SD.Tools.Algorithmia as a Cake Addin
#addin nuget:?package=SD.Tools.Algorithmia&version=1.3.2

// Install SD.Tools.Algorithmia as a Cake Tool
#tool nuget:?package=SD.Tools.Algorithmia&version=1.3.2

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).

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on SD.Tools.Algorithmia:

Package Downloads
SD.Tools.OrmProfiler.Interceptor.NetCore The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ORM Profiler lets you gain insight in what your data-access code is doing, find performance problems and quickly learn how to fix them. SD.Tools.OrmProfiler.Interceptor.NetCore is the interceptor package for regular ORMs and ADO.NET using data-access logic. The Interceptor assemblies are part of ORM Profiler, needed to collect profiling information at runtime. Requires a licensed client to receive profiling information.

SD.Tools.OrmProfiler.Interceptor The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ORM Profiler lets you gain insight in what your data-access code, e.g. your Entity Framework using code, is doing, find performance problems and quickly learn how to fix them. SD.Tools.OrmProfiler.Interceptor is the interceptor package for regular ORMs and ADO.NET using data-access logic. The Interceptor assemblies are part of ORM Profiler, needed to collect profiling information at runtime. Requires a licensed client to receive profiling information.

SD.Tools.OrmProfiler.Interceptor.NET45 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ORM Profiler lets you gain insight in what your data-access code, e.g. your Entity Framework using code, is doing, find performance problems and quickly learn how to fix them. SD.Tools.OrmProfiler.Interceptor.NET45 is the interceptor package for regular ORMs and ADO.NET using data-access logic, with support for async/await. The Interceptor assemblies are part of ORM Profiler, needed to collect profiling information at runtime. Requires a licensed client to receive profiling information.

SD.Tools.OrmProfiler.Interceptor.EFv6 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ORM Profiler lets you gain insight in what your data-access code, e.g. your Entity Framework using code, is doing, find performance problems and quickly learn how to fix them. SD.Tools.OrmProfiler.Interceptor is the interceptor package for Entity Framework v6.x. The Interceptor assemblies are part of ORM Profiler, needed to collect profiling information at runtime. Requires a licensed client to receive profiling information.

SD.Tools.OrmProfiler.Interceptor.NetFull The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ORM Profiler lets you gain insight in what your data-access code, e.g. your LLBLGen Pro using code, is doing, find performance problems and quickly learn how to fix them. SD.Tools.OrmProfiler.Interceptor.NetFull is the interceptor package for regular ORMs and ADO.NET using data-access logic, with support for async/await. The Interceptor assemblies are part of ORM Profiler, needed to collect profiling information at runtime. Requires a licensed client to receive profiling information.

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.4.0 21,537 7/11/2019
1.3.6 117,822 11/2/2018
1.3.5 1,306 10/17/2018
1.3.4 1,317 9/28/2018
1.3.3 6,008 2/9/2018
1.3.2 1,414 2/9/2018
1.3.1 1,402 2/9/2018
1.3.0 1,379 2/9/2018
1.3.0-beta3 36,582 3/14/2017
1.3.0-beta2 1,240 2/13/2017
1.3.0-beta 1,264 2/13/2017
1.2.1 42,535 4/6/2016
1.2.0-alpha 1,626 11/18/2014
1.1.0 19,719 11/17/2012