C# Class Solution, adventofcode

Mostra file Open project: encse/adventofcode Class Usage Examples

Public Methods

Method Description
PartOne ( string input ) : object
PartTwo ( string input ) : object

Private Methods

Method Description
KnotHash ( IEnumerable input, int rounds ) : int[]

Method Details

PartOne() public method

public PartOne ( string input ) : object
input string
return object

PartTwo() public method

public PartTwo ( string input ) : object
input string
return object