advent-of-code-2022

command module
v0.0.0-...-fe2311f Latest Latest
Warning

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

Go to latest
Published: Dec 13, 2022 License: MIT Imports: 4 Imported by: 0

README

Advent of Code 2022

Solutions to Advent of Code 2022

This year, I'm back to Go as I appraoch AoC with software craftsmanship in mind. My main goal is to complete both parts for the first 13 days. I'll also keep two practices in mind:

  • Test-Driven Development - rather than rely on numerous log statements and manual parsing, I'll write unit tests for each day and use them to iterate towards a solution.
  • Reusability - AoC puzzles often use the same handful of data structures and operations. I'll use Go generics and usecase-agnostic code to gradually build a library of convenient code.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
array
Array contains utility functions to simplify common operations on slices and arrays.
Array contains utility functions to simplify common operations on slices and arrays.
src

Jump to

Keyboard shortcuts

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