diff --git a/README.md b/README.md new file mode 100644 index 000000000..1d9438dad --- /dev/null +++ b/README.md @@ -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) \ No newline at end of file