solver

package
v0.0.0-...-c676e8e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 1, 2025 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Solver

type Solver interface {
	AddHyperParams(params ...string)
	SolvePart1(lines []string) string
	SolvePart2(lines []string) string
}

Solver contains all the methods that a solver must implement, so that the framework can use it to solve a day's puzzle, and bench it.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL