Framework class for depth first search (DFS) based algorithms.

Namespace: yWorks.yFiles.Algorithms
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class Dfs
Visual Basic
Public Class Dfs

Remarks

Framework class for depth first search (DFS) based algorithms. To write graph algorithms that are based on a depth first search one can extend this class and overwrite appropriate callback methods provided by this class.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Algorithms..::..Dfs

See Also