LenaBullens / advent-of-code-2022-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Solutions to Advent of Code (2022) using Golang

Day 18

Each cube has 6 faces. Every adjacency takes away 2 faces (1 on each cube). If we loop over all the possible pairings we can find how many faces are covered.

Day 19

Discussion on optimalizations

About


Languages

Language:Go 100.0%