YC.QuickGraph

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, etc...


Keywords
graph, datastructures, algorithms, QuickGraph, Graphviz, .NET, CSharp, algorithm, c-sharp, fsharp, graph-algorithms
License
MS-PL
Install
Install-Package YC.QuickGraph -Version 3.7.5-deta

Documentation

QuickGraph NuGet Status

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, etc.

QuickGraph was originally created by Jonathan "Peli" de Halleux in 2003.

Branch .NET
Master master .NET Build Status
GraphTasks GraphTasks .NET Build Status

Contributing

Build

  • Clone this repo.
  • Install Pex from lib/Pex.
  • Install CodeContracts from lib/DotNet.CodeContracts.
  • Use build.cmd for build.
  • Use Visual Studio 2015 for development.

Where to go next?

Maintainer(s)