day_08

package
v0.0.0-...-1b9da5d Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2025 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Part1

func Part1()

func Part2

func Part2()

Types

type Cluster

type Cluster struct {
	ID     int
	JBoxes []*JBox
}

func (*Cluster) Contains

func (c *Cluster) Contains(jb *JBox) bool

type JBox

type JBox struct {
	ID          int
	Position    vector.Vector3D
	ConnectedTo []*JBox
	Cluster     *Cluster
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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