Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DigitPosition ¶
type DigitPositions ¶
type DigitPositions []DigitPosition
type EfficientSolver ¶
type EfficientSolver struct {
Lines []string
}
func NewEfficientSolver ¶
func NewEfficientSolver() *EfficientSolver
func (*EfficientSolver) Part1 ¶
func (d *EfficientSolver) Part1() (string, error)
func (*EfficientSolver) Part2 ¶
func (d *EfficientSolver) Part2() (string, error)
func (*EfficientSolver) ProcessInput ¶
func (d *EfficientSolver) ProcessInput(input string) error
Click to show internal directories.
Click to hide internal directories.