메소드 | 설명 | |
---|---|---|
BreadthFirstSearch ( IWeightedGraph graph ) : System.Collections | ||
search ( object startVertex, object endVertex ) : bool |
메소드 | 설명 | |
---|---|---|
breadthFirstSearch ( object startVertex, object endVertex ) : bool |
returns true if path exists from startVertex to endVertex
|
public BreadthFirstSearch ( IWeightedGraph graph ) : System.Collections | ||
graph | IWeightedGraph | |
리턴 | System.Collections |
public search ( object startVertex, object endVertex ) : bool | ||
startVertex | object | |
endVertex | object | |
리턴 | bool |