⚠ Deprecated: Legacy
As the original QuickGraph project is no longer maintained, we highly recommend migrating to one of its modern alternatives: 1. QuikGraph — a well-supported fork of QuickGraph, compatible with .NET Core and .NET Standard. 2. FastGraph — a modern, actively developed graph library for .NET 6 and above. Both libraries provide robust graph data structures and algorithms, and are excellent choices for new and existing .NET projects.
Suggested alternative: FastGraph
QuickGraph provides generic directed/undirected graph data structures and algorithms for .Net, Silverlight, Windows Phone and Win 8. QuickGraph comes with algorithms such as depth first search, breath first search, A* search, shortest path, k-shortest path, maximum flow, minimum spanning tree, least common ancestors, etc...
$ dotnet add package QuickGraph.AllNo README available.