Documentation
¶
Index ¶
- Constants
- Variables
- func Day01(file string) error
- func Day02(file string) error
- func Day03(file string) error
- func Day04(file string) error
- func Day05(file string) error
- func Day06(file string) error
- func Day07(file string) error
- func Day08(file string) error
- func Day09(file string) error
- func Day10(file string) error
- func Day11(file string) error
- func Day12(file string) error
- func Day13(file string) error
- func Day14(file string) error
- func Day15(file string) error
- func Day16(file string) error
- func Day17(file string) error
- func Day18(file string) error
- func Day20(file string) error
- func Day21(file string) error
- func Day22(file string) error
- func Day23(file string) error
- func SizeOfTheSmallestDirectoryThatIfDeletedWouldFreeUpEnoughSpaceOnTheFilesystemToRunTheUpdate(dir *Dir, needsToFree int) int
- type CPU
- type CRT
- type Coord
- type Dir
- type Outcome
- type Range
- type Shape
- type Stack
Constants ¶
View Source
const ChamberWidth = 7
Variables ¶
View Source
var Solutions = map[int]func(string) error{ 1: Day01, 2: Day02, 3: Day03, 4: Day04, 5: Day05, 6: Day06, 7: Day07, 8: Day08, 9: Day09, 10: Day10, 11: Day11, 12: Day12, 13: Day13, 14: Day14, 15: Day15, 16: Day16, 17: Day17, 18: Day18, 20: Day20, 21: Day21, 22: Day22, 23: Day23, }
Solutions points to the implementations of 2022's puzzles.
Functions ¶
Types ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.