Skip to content

YaccConstructor/QuickGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

50e0e16 · Dec 29, 2019
Apr 27, 2016
Jul 19, 2016
Jul 6, 2016
Nov 21, 2019
Nov 21, 2019
Oct 13, 2013
Jan 17, 2019
Jul 4, 2016
Aug 12, 2015
Aug 12, 2015
Aug 25, 2016
Dec 29, 2019
Jan 17, 2019
Jul 6, 2016
Aug 21, 2015
Jan 17, 2019
Aug 12, 2015
Jan 17, 2019
Jan 17, 2019

Repository files navigation

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)