C# Class AdvancedAlgorithms.StableMarriage2

Rod Howarth - n6294685 Team14
Afficher le fichier Open project: RodH257/Advanced-Algorithm-Problems

Méthodes publiques

Méthode Description
DoMatching ( Person men, Person women, int numPairs ) : void
FindMatch ( Person man ) : Person
GetSplitInts ( ) : int[]
GetSplitInts ( string input ) : int[]
ReadInt ( ) : int

Private Methods

Méthode Description
Main ( string args ) : void

Method Details

DoMatching() public static méthode

public static DoMatching ( Person men, Person women, int numPairs ) : void
men Person
women Person
numPairs int
Résultat void

FindMatch() public static méthode

public static FindMatch ( Person man ) : Person
man Person
Résultat Person

GetSplitInts() public static méthode

public static GetSplitInts ( ) : int[]
Résultat int[]

GetSplitInts() public static méthode

public static GetSplitInts ( string input ) : int[]
input string
Résultat int[]

ReadInt() public static méthode

public static ReadInt ( ) : int
Résultat int