C# Class numl.AI.Search.DepthFirstSearch

Class DepthFirstSearch.
Inheritance: ISearchStrategy
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
Add ( Node node ) : void

Adds the specified node.

Count ( ) : int

Counts this instance.

DepthFirstSearch ( ) : System

Initializes a new instance of the DepthFirstSearch class.

Remove ( ) : Node

Removes this instance.

Method Details

Add() public méthode

Adds the specified node.
public Add ( Node node ) : void
node Node The node.
Résultat void

Count() public méthode

Counts this instance.
public Count ( ) : int
Résultat int

DepthFirstSearch() public méthode

Initializes a new instance of the DepthFirstSearch class.
public DepthFirstSearch ( ) : System
Résultat System

Remove() public méthode

Removes this instance.
public Remove ( ) : Node
Résultat Node