Skip to content

AlgorithmExtensions

Bruce Markham edited this page Nov 29, 2021 · 5 revisions

Algorithm Extensions

AlgorithmExtensions (in the FastGraph.Algorithms namespace) provides a number of extension methods on graphs to solve common graph problems.

Adding a reference to the FastGraph.Algorithms namespace like:

using FastGraph.Algorithms;

gives access to algorithms as well as the extensions.

Clone this wiki locally