Method | Description | |
---|---|---|
DoMatching ( Person men, Person women, int numPairs ) : void | ||
FindMatch ( Person man ) : Person | ||
GetSplitInts ( ) : int[] | ||
GetSplitInts ( string input ) : int[] | ||
ReadInt ( ) : int |
Method | Description | |
---|---|---|
Main ( string args ) : void |
public static DoMatching ( Person men, Person women, int numPairs ) : void | ||
men | Person | |
women | Person | |
numPairs | int | |
return | void |
public static FindMatch ( Person man ) : Person | ||
man | Person | |
return | Person |
public static GetSplitInts ( string input ) : int[] | ||
input | string | |
return | int[] |