Info
Version: | 3.7.0 |
Author(s): | Jonathan Peli de Halleux |
Last Update: | Monday, October 28, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://quickgraph.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/Xenko.QuickGraph.Serialization |
Install
Install-Package Xenko.QuickGraph.Serialization
dotnet add package Xenko.QuickGraph.Serialization
paket add Xenko.QuickGraph.Serialization
Xenko.QuickGraph.Serialization Download (Unzip the "nupkg" after downloading)
Dependencies
- Xenko.QuickGraph(>= 3.7.0)
- System.Reflection.Emit.Lightweight(>= 4.6.0)
Tags
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...