C# Class AdvancedAlgorithms.MaximumCardinalityBipartiteMatching.Node

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

Public Properties

Property Type Description
AdjacentNodes List
Match Node
Number int
Visited bool

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