Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 338 Bytes

TOPICS.md

File metadata and controls

13 lines (9 loc) · 338 Bytes

Topics

Some notes on the techniques, concepts, classes, etc. encountered while solving Advent of Code 2021.

Days

Day 16

  • Python: generator functions with yield
  • Techniques: byte stream, bit stream

Day 18

  • Python: TypeAlias, Enum, Generator
  • Techniques: tokenizer/token stream