AlgorithmExtensions - Ownezx/QuikGraph GitHub Wiki
Algorithm Extensions
AlgorithmExtensions (in the QuikGraph.Algorithms namespace) provides a number of extension methods on graphs to solve common graph problems.
Adding a reference to the QuikGraph.Algorithms namespace like:
using QuikGraph.Algorithms;
gives access to algorithms as well as the extensions.