C# 클래스 numl.AI.Search.BreadthFirstSearch

Class BreadthFirstSearch.
상속: ISearchStrategy
파일 보기 프로젝트 열기: sethjuarez/numl

공개 메소드들

메소드 설명
Add ( Node node ) : void

Adds the specified node.

BreadthFirstSearch ( ) : System

Initializes a new instance of the BreadthFirstSearch class.

Count ( ) : int

Counts this instance.

Remove ( ) : Node

Removes this instance.

메소드 상세

Add() 공개 메소드

Adds the specified node.
public Add ( Node node ) : void
node Node The node.
리턴 void

BreadthFirstSearch() 공개 메소드

Initializes a new instance of the BreadthFirstSearch class.
public BreadthFirstSearch ( ) : System
리턴 System

Count() 공개 메소드

Counts this instance.
public Count ( ) : int
리턴 int

Remove() 공개 메소드

Removes this instance.
public Remove ( ) : Node
리턴 Node