-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# QuickGraph 3.6 | ||
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.* | ||
|
||
####Where to go next? | ||
[Documentation](https://quickgraph.codeplex.com/documentation) |