C# 클래스 AdvancedAlgorithms.StableMarriage2

Rod Howarth - n6294685 Team14
파일 보기 프로젝트 열기: RodH257/Advanced-Algorithm-Problems

공개 메소드들

메소드 설명
DoMatching ( Person men, Person women, int numPairs ) : void
FindMatch ( Person man ) : Person
GetSplitInts ( ) : int[]
GetSplitInts ( string input ) : int[]
ReadInt ( ) : int

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

DoMatching() 공개 정적인 메소드

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

FindMatch() 공개 정적인 메소드

public static FindMatch ( Person man ) : Person
man Person
리턴 Person

GetSplitInts() 공개 정적인 메소드

public static GetSplitInts ( ) : int[]
리턴 int[]

GetSplitInts() 공개 정적인 메소드

public static GetSplitInts ( string input ) : int[]
input string
리턴 int[]

ReadInt() 공개 정적인 메소드

public static ReadInt ( ) : int
리턴 int