C# 클래스 Solution, adventofcode

파일 보기 프로젝트 열기: encse/adventofcode 1 사용 예제들

공개 메소드들

메소드 설명
PartOne ( string input ) : object
PartTwo ( string input ) : object

비공개 메소드들

메소드 설명
KnotHash ( IEnumerable input, int rounds ) : int[]

메소드 상세

PartOne() 공개 메소드

public PartOne ( string input ) : object
input string
리턴 object

PartTwo() 공개 메소드

public PartTwo ( string input ) : object
input string
리턴 object