hbery_aoc2015

package
v0.0.0-...-8c2e869 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var BASE_PLAYER_HP int = 100
View Source
var ELF_HOUSE_VISIT_LIMIT int = 50
View Source
var ELF_PRESENT_MULTIPLIER int = 10
View Source
var ELF_PRESENT_NEW_MULTIPLIER int = 11

Functions

func Solution

func Solution(day, part int, input string) error

func Solution_Day01

func Solution_Day01(part int, input string) (int64, error)

func Solution_Day02

func Solution_Day02(part int, input string) (int64, error)

func Solution_Day03

func Solution_Day03(part int, input string) (int64, error)

func Solution_Day04

func Solution_Day04(part int, input string) (int64, error)

func Solution_Day05

func Solution_Day05(part int, input string) (int64, error)

func Solution_Day05_regex

func Solution_Day05_regex(part int, input string) (int64, error)

func Solution_Day06

func Solution_Day06(part int, input string) (int64, error)

func Solution_Day06_regex

func Solution_Day06_regex(part int, input string) (int64, error)

func Solution_Day07

func Solution_Day07(part int, input string) (int64, error)

func Solution_Day08

func Solution_Day08(part int, input string) (int64, error)

func Solution_Day09

func Solution_Day09(part int, input string) (int64, error)

func Solution_Day10

func Solution_Day10(part int, input string) (int64, error)

func Solution_Day11

func Solution_Day11(part int, input string) (int64, error)

func Solution_Day12

func Solution_Day12(part int, input string) (int64, error)

func Solution_Day13

func Solution_Day13(part int, input string) (int64, error)

func Solution_Day14

func Solution_Day14(part int, input string) (int64, error)

func Solution_Day15

func Solution_Day15(part int, input string) (int64, error)

func Solution_Day16

func Solution_Day16(part int, input string) (int64, error)

func Solution_Day17

func Solution_Day17(part int, input string) (int64, error)

func Solution_Day18

func Solution_Day18(part int, input string) (int64, error)

func Solution_Day19

func Solution_Day19(part int, input string) (int64, error)

func Solution_Day20

func Solution_Day20(part int, input string) (int64, error)

func Solution_Day21

func Solution_Day21(part int, input string) (int64, error)

Types

type Aunt

type Aunt struct {
	// contains filtered or unexported fields
}

type Circuit

type Circuit struct {
	// contains filtered or unexported fields
}

type City

type City struct {
	// contains filtered or unexported fields
}

type Container

type Container struct {
	// contains filtered or unexported fields
}

type ContainerSet

type ContainerSet struct {
	// contains filtered or unexported fields
}

container lists can be different size, so need a wrapper for incositent matrix size

type Ingredient

type Ingredient struct {
	// contains filtered or unexported fields
}

type IngredientsUsed

type IngredientsUsed struct {
	// contains filtered or unexported fields
}

type MoleculeReplacement

type MoleculeReplacement struct {
	// contains filtered or unexported fields
}

type Person

type Person struct {
	// contains filtered or unexported fields
}

type Pos

type Pos struct {
	// contains filtered or unexported fields
}

type Pos64

type Pos64 struct {
	// contains filtered or unexported fields
}

type RPGCharacter

type RPGCharacter struct {
	// contains filtered or unexported fields
}

type Reindeer

type Reindeer struct {
	// contains filtered or unexported fields
}

type ShopItem

type ShopItem struct {
	// contains filtered or unexported fields
}

type SolutionDay

type SolutionDay func(int, string) (int64, error)

type Table

type Table struct {
	// contains filtered or unexported fields
}

type Wire

type Wire struct {
	// contains filtered or unexported fields
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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