day03

command
v0.0.0-...-e1014d3 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2022 License: MIT Imports: 3 Imported by: 0

README

Notes on Advent of Code Day 3

  • In general, the answers on AoC are very narrowly defined. Up until the end when exactly what they are looking for is defined, you don't have enough information to start thinking about how to solve the problem.

  • Usually the answer is a special case of what would be a more general approach to the real world problem.

  • Here the basic idea is to scan the text input file, and quickly process it.

Hint

  • Only "count" each letter once

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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