Some notes on the techniques, concepts, classes, etc. encountered while solving Advent of Code 2021.
- Python: generator functions with
yield - Techniques: byte stream, bit stream
- Python:
TypeAlias,Enum,Generator - Techniques: tokenizer/token stream
Some notes on the techniques, concepts, classes, etc. encountered while solving Advent of Code 2021.
yieldTypeAlias, Enum, Generator