C# Class HundredPrisoners.Prisoners

Show file Open project: CydeWeys/hundred_prisoners

Public Methods

Method Description
Main ( string args ) : void
PrisonerAction ( int i, List dead, List declared, List ahead ) : bool

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void

PrisonerAction() public static method

public static PrisonerAction ( int i, List dead, List declared, List ahead ) : bool
i int
dead List
declared List
ahead List
return bool