C# Class AdvancedAlgorithms.MaximumCardinalityBipartiteMatching.Node

Afficher le fichier Open project: RodH257/Advanced-Algorithm-Problems

Méthodes publiques

Свойство Type Description
AdjacentNodes List
Match Node
Number int
Visited bool

Property Details

AdjacentNodes public_oe property

public List AdjacentNodes
Résultat List

Match public_oe property

public Node Match
Résultat Node

Number public_oe property

public int Number
Résultat int

Visited public_oe property

public bool Visited
Résultat bool