Info
Version: | 3.8.0 |
Author(s): | Deepak Battini |
Last Update: | Wednesday, August 7, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/deepakkumar1984/QuickGraph.NETStandard |
NuGet Url: | https://www.nuget.org/packages/QuickGraph.NETStandard |
Install
Install-Package QuickGraph.NETStandard
dotnet add package QuickGraph.NETStandard
paket add QuickGraph.NETStandard
QuickGraph.NETStandard Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Drawing.Common(>= 4.5.1)
- System.Drawing.Primitives(>= 4.3.0)
- System.Reflection.Emit.Lightweight(>= 4.3.0)
Tags
QuickGraph provides generic directed/undirected graph datastructures and algorithms for .Net.
QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, minimum spanning tree, least common ancestors, etc...