C# 클래스 Dwarrowdelf.BFS

Breadth-first search
파일 보기 프로젝트 열기: tomba/dwarrowdelf

공개 메소드들

메소드 설명
BFS ( IEnumerable initialLocations, IBFSTarget target ) : System
Find ( ) : IEnumerable

비공개 메소드들

메소드 설명
CheckNeighbors ( IntVector3 parent ) : void

메소드 상세

BFS() 공개 메소드

public BFS ( IEnumerable initialLocations, IBFSTarget target ) : System
initialLocations IEnumerable
target IBFSTarget
리턴 System

Find() 공개 메소드

public Find ( ) : IEnumerable
리턴 IEnumerable