Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Day2Part1Solver ¶
type Day2Part1Solver struct {
Puzzle puzzle.PuzzlePart
}
func (*Day2Part1Solver) NormalizeInput ¶
func (s *Day2Part1Solver) NormalizeInput(input string) []int
func (*Day2Part1Solver) Solve ¶
func (s *Day2Part1Solver) Solve() (string, error)
type Day2Part2Solver ¶
type Day2Part2Solver struct {
Puzzle puzzle.PuzzlePart
}
func (*Day2Part2Solver) NormalizeInput ¶
func (s *Day2Part2Solver) NormalizeInput(input string) []int
func (*Day2Part2Solver) Solve ¶
func (s *Day2Part2Solver) Solve() (string, error)
Click to show internal directories.
Click to hide internal directories.