RT.Dijkstra 1.0.5

There is a newer version of this package available.
See the version list below for details.
dotnet add package RT.Dijkstra --version 1.0.5
NuGet\Install-Package RT.Dijkstra -Version 1.0.5
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="RT.Dijkstra" Version="1.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RT.Dijkstra --version 1.0.5
#r "nuget: RT.Dijkstra, 1.0.5"
#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 RT.Dijkstra as a Cake Addin
#addin nuget:?package=RT.Dijkstra&version=1.0.5

// Install RT.Dijkstra as a Cake Tool
#tool nuget:?package=RT.Dijkstra&version=1.0.5

Dijkstra’s Algorithm (a generalization of breadth-first search) in C#. Declare your own Nodes and Edges to define the graph and let the algorithm find the best path to the target Node.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.16 742 11/11/2022
1.0.14 425 9/10/2022
1.0.13 529 2/3/2022
1.0.10 622 5/18/2020
1.0.9 631 8/3/2019
1.0.8 1,021 7/11/2018
1.0.7 1,099 6/30/2017
1.0.5 1,364 1/28/2016
1.0.0 1,219 1/28/2016