YaccConstructor / QuickGraph

Generic Graph Data Structures and Algorithms for .NET

Home Page:http://yaccconstructor.github.io/QuickGraph/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Generic Graph Data Structures and Algorithms for .NET

http://yaccconstructor.github.io/QuickGraph/

License:Microsoft Public License


Languages

Language:C# 73.4%Language:Smalltalk 17.2%Language:F# 9.4%Language:Shell 0.0%Language:Batchfile 0.0%