Table of Contents

Class DepthFirstPathsSearch

Namespace
AlgorithmsSW.Graph
Assembly
AlgorithmsSW.dll
public sealed class DepthFirstPathsSearch : GraphPathsSearch
Inheritance
DepthFirstPathsSearch
Inherited Members
Extension Methods

Constructors

DepthFirstPathsSearch(IReadOnlyGraph, int)

public DepthFirstPathsSearch(IReadOnlyGraph graph, int sourceVertex)

Parameters

graph IReadOnlyGraph
sourceVertex int