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 | |
GraphTasks |
- 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.