Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yaccconstructor/quickgraph

Generic Graph Data Structures and Algorithms for .NET
https://github.com/yaccconstructor/quickgraph

algorithm c-sharp datastructures fsharp graph-algorithms quickgraph

Last synced: 5 days ago
JSON representation

Generic Graph Data Structures and Algorithms for .NET

Awesome Lists containing this project

README

        

# QuickGraph [![NuGet Status](http://img.shields.io/nuget/v/YC.QuickGraph.svg?style=flat)](https://www.nuget.org/packages/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, minimum spanning tree, etc.

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

Branch | .NET |
---| ---
Master | [![master .NET Build Status](https://img.shields.io/appveyor/ci/gsvgit/quickgraph/master.svg)](https://ci.appveyor.com/project/gsvgit/quickgraph) |
GraphTasks | [![GraphTasks .NET Build Status](https://img.shields.io/appveyor/ci/gsvgit/quickgraph/GraphTasks.svg)](https://ci.appveyor.com/project/gsvgit/quickgraph) |

## 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?

* [Documentation](https://yaccconstructor.github.io/QuickGraph/)

### Maintainer(s)

* [@gsvgit](https://github.com/gsvgit)