• Stars
    star
    522
  • Rank 84,335 (Top 2 %)
  • Language
    C#
  • License
    Microsoft Public ...
  • Created almost 10 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Generic Graph Data Structures and Algorithms for .NET

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)