day11

package
v0.0.0-...-38c8f7e Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Part1

func Part1(g Grid) int

func Part2

func Part2(g Grid) int

Types

type Grid

type Grid map[advent2020.XY]Square

func ParseGrid

func ParseGrid(in []string) (Grid, error)

type Square

type Square int
const (
	Floor Square = iota
	Empty
	Occupied
)

Jump to

Keyboard shortcuts

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