Mutable adjacency list graph implementation that implements the interfaces defined in SCGraphTheory.Abstractions.
Info
Version: | 1.0.8 |
Author(s): | Simon Condon |
Last Update: | Sunday, June 18, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://sdcondon.net/SCGraphTheory/adjacency-list |
NuGet Url: | https://www.nuget.org/packages/SCGraphTheory.AdjacencyList |
Install
Install-Package SCGraphTheory.AdjacencyList
dotnet add package SCGraphTheory.AdjacencyList
paket add SCGraphTheory.AdjacencyList
SCGraphTheory.AdjacencyList Download (Unzip the "nupkg" after downloading)
Dependencies
- SCGraphTheory.Abstractions(>= 1.0.1)
Tags