/scripts/

summary refs log tree commit diff homepage
path: root/2018/day02-2.sh (unfollow)
Commit message (Collapse)Author
2020-12-14Rewrite day 14 to log all writes then sort themJune McEnroe
Down from 1.56s to 0.04s.
2020-12-14"Allocate" only 4 MB rather than 1 TB for day 14 part 2June McEnroe
There are <512 writes in the input data, and at most 9 bits floating. Doesn't really matter much, though.
2020-12-14Solve day 14 part 2June McEnroe