C# 클래스 AdvancedAlgorithms.Taxi.Node

파일 보기 프로젝트 열기: RodH257/Advanced-Algorithm-Problems

공개 프로퍼티들

프로퍼티 타입 설명
AdjacentNodes List
Match Node
Number int
Visited bool
X int
Y int

프로퍼티 상세

AdjacentNodes 공개적으로 프로퍼티

public List AdjacentNodes
리턴 List

Match 공개적으로 프로퍼티

public Node Match
리턴 Node

Number 공개적으로 프로퍼티

public int Number
리턴 int

Visited 공개적으로 프로퍼티

public bool Visited
리턴 bool

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int