Search Wiki:
quickgraph.banner.png

QuickGraph 2.0: Generic Graph Data Structures and Algorithms for .Net.

QuickGraph 2.0 provides generic directed graph datastructures and algorithms for .Net 2.0. QuickGraph comes with algorithms such as depth first seach, breath first search, shortest path, network flow etc... QuickGraph supports GLEE and Graphviz to render the graphs.

History

The original QuickGraph for .net 1.0 was posted on CodeProject in 8 Dec 2003. It was time to do a refresh and make the graph generic.

The design of QuickGraph is inspired from the Boost Graph Library.

Where to go next?


Please use the discussions section to leave messages. Since there are no notifications for wiki comments, they will likely never be read
Last edited Jun 10 at 7:24 AM  by pelikhan, version 20
Comments
novakmfk wrote  Jun 19 at 9:43 PM  
What is neccesary for to perform QuickGraph using ASP.NET and C#?, could you put a some code example?

Updating...