Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dimart committed Jan 26, 2015
1 parent c3bd0d9 commit d1e12b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
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)

0 comments on commit d1e12b9

Please sign in to comment.