forked from YaccConstructor/QuickGraph
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Home
Alexandre Rabérin edited this page May 11, 2020
·
9 revisions

QuikGraph provides generic directed/undirected graph data structures and algorithms for .NET.
QuikGraph comes with algorithms such as depth first search, breath first search, A* search, shortest path, k-shortest path, maximum flow, minimum spanning tree, etc.
QuikGraph supports a wide range of targets for maximal compatibility.
- .NET Standard 1.3+
- .NET Core 1.0+
- .NET Framework 3.5+
Supports Source Link
QuikGraph is available on NuGet in several modules.
QuikGraph (Core)
PM> Install-Package QuikGraph
PM> Install-Package QuikGraph.Serialization
- Table of Contents
- Documentation
- External Information (The website was closed)