This library is a collection of algorithms running on directed or undirected graphs.
Info
Version: | 1.2.2 |
Author(s): | Justus Bonz |
Last Update: | Friday, July 29, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jasdefer/DotnetGraph/ |
NuGet Url: | https://www.nuget.org/packages/DotnetGraphCore |
Install
Install-Package DotnetGraphCore
dotnet add package DotnetGraphCore
paket add DotnetGraphCore
DotnetGraphCore Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Collections(>= 4.3.0)
- System.Collections.Immutable(>= 1.7.1)