day16

package
v0.0.0-...-5f802d3 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2025 License: BlueOak-1.0.0 Imports: 8 Imported by: 0

Documentation

Overview

Package day16 for Advent of Code 2024, day 16. https://adventofcode.com/2024/day/16

Package day16 for Advent of Code 2024, day 16, part 1. https://adventofcode.com/2024/day/16

Package day16 for Advent of Code 2024, day 16, part 2. https://adventofcode.com/2024/day/16

Index

Constants

This section is empty.

Variables

View Source
var (
	Start = Tile{'S'}
	End   = Tile{'E'}
	Floor = Tile{'.'}
	Wall  = Tile{'#'}

	Tiles = enum.New(Start, End, Floor, Wall)
)

Functions

func Part1

func Part1(input string) (int, error)

func Part2

func Part2(input string) (int, error)

Types

type QueueEntity

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

type ReindeerMaze

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

func (ReindeerMaze) String

func (rm ReindeerMaze) String() string

type Status

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

type Tile

type Tile enum.Member[rune]

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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