Skip to content
Alexandre Rabérin edited this page May 11, 2020 · 9 revisions

QuikGraph

General information

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

Packages

QuikGraph is available on NuGet in several modules.

Nuget Status QuikGraph (Core)

PM> Install-Package QuikGraph

Nuget Status QuikGraph.Serialization

PM> Install-Package QuikGraph.Serialization

Where to go next

Clone this wiki locally