Framework class for depth first search (DFS) based algorithms.
Namespace: yWorks.yFiles.AlgorithmsAssembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)
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
yWorks.yFiles.Algorithms..::..Dfs