C# Class AdvancedAlgorithms.ChannelAllocation.Node

Show file Open project: RodH257/Advanced-Algorithm-Problems

Public Properties

Property Type Description
AdjacentNodes List
Color int
Number int

Property Details

AdjacentNodes public property

public List AdjacentNodes
return List

Color public property

public int Color
return int

Number public property

public int Number
return int