Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAnswerForPart1 ¶
GetAnswerForPart1 Get the answer for part 1 of the Day 9 puzzle.
func GetAnswerForPart2 ¶
GetAnswerForPart2 Get the answer for part 2 of the Day 9 puzzle.
func GetInput ¶
func GetInput(api api.AdventOfCodeAPI) []int
GetInput Get the input for the 8th day.
Types ¶
type EncryptionWeaknessFinder ¶
type EncryptionWeaknessFinder struct {
InvalidNumber int
}
func (*EncryptionWeaknessFinder) FindWeakness ¶
func (ewf *EncryptionWeaknessFinder) FindWeakness(data []int) int
Click to show internal directories.
Click to hide internal directories.