Table of Contents

Class Cycle

Namespace
AlgorithmsSW.Graph
Assembly
AlgorithmsSW.dll
public class Cycle
Inheritance
Cycle
Inherited Members
Extension Methods

Constructors

Cycle(IGraph)

public Cycle(IGraph graph)

Parameters

graph IGraph

Properties

HasCycle

public bool HasCycle { get; }

Property Value

bool