C# Class AdvancedAlgorithms.StableMarriage2

Rod Howarth - n6294685 Team14
Datei anzeigen Open project: RodH257/Advanced-Algorithm-Problems

Public Methods

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

Private Methods

Method Description
Main ( string args ) : void

Method Details

DoMatching() public static method

public static DoMatching ( Person men, Person women, int numPairs ) : void
men Person
women Person
numPairs int
return void

FindMatch() public static method

public static FindMatch ( Person man ) : Person
man Person
return Person

GetSplitInts() public static method

public static GetSplitInts ( ) : int[]
return int[]

GetSplitInts() public static method

public static GetSplitInts ( string input ) : int[]
input string
return int[]

ReadInt() public static method

public static ReadInt ( ) : int
return int