summary refs log tree commit diff homepage
path: root/2016/src/bin/day13.rs
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-12-14 01:27:02 -0500
committerJune McEnroe <june@causal.agency>2020-12-14 01:27:02 -0500
commit20c75387ddccab8610c54633993edde2df7c7d59 (patch)
tree7a3a8fd567f6ef9542ef1caf2262a6ebba2fa596 /2016/src/bin/day13.rs
parentSolve day 14 part 2 (diff)
downloadaoc-20c75387ddccab8610c54633993edde2df7c7d59.tar.gz
aoc-20c75387ddccab8610c54633993edde2df7c7d59.zip
"Allocate" only 4 MB rather than 1 TB for day 14 part 2
There are <512 writes in the input data, and at most 9 bits floating.
Doesn't really matter much, though.
Diffstat (limited to '2016/src/bin/day13.rs')
0 files changed, 0 insertions, 0 deletions
e FreeCellJune McEnroe 2019-08-25Build with cards submoduleJune McEnroe 2019-08-25Add cards submoduleJune McEnroe 2019-08-25Remove files from cards repoJune McEnroe 2019-08-22Add READMEJune McEnroe 2019-08-22Add exampleJune McEnroe 2019-08-22Add FILES sectionJune McEnroe 2019-08-22Remove gamesJune McEnroe 2019-04-04Mark card functions inlineJune McEnroe 2019-04-04Add listClearJune McEnroe 2019-04-03Tweak mouseButtonUp code a bitJune McEnroe 2019-04-03Check gameAvail on double-clickJune McEnroe 2019-04-02Select and move cards on mouse upJune McEnroe 2019-04-01Add idSkipJune McEnroe 2019-03-31Fix weird typoJune McEnroe 2019-03-30Add undo to freecellJune McEnroe 2019-03-29Replace path.h with asset.hJune McEnroe 2019-03-29Add king win faceJune McEnroe 2019-03-29Change king face directionJune McEnroe 2019-03-29Load king bitmaps in freecellJune McEnroe