From d1e12b92f7930bb57fe5d76e7166b92b2f39cd5b Mon Sep 17 00:00:00 2001 From: Dmitrii Petukhov Date: Mon, 26 Jan 2015 06:13:28 -0800 Subject: [PATCH] Add readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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