C# Class AdvancedAlgorithms.Taxi.Node

Datei anzeigen Open project: RodH257/Advanced-Algorithm-Problems

Public Properties

Property Type Description
AdjacentNodes List
Match Node
Number int
Visited bool
X int
Y int

Property Details

AdjacentNodes public_oe property

public List AdjacentNodes
return List

Match public_oe property

public Node Match
return Node

Number public_oe property

public int Number
return int

Visited public_oe property

public bool Visited
return bool

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int