summary refs log tree commit diff homepage
path: root/2017/src
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-12-12 13:22:37 -0500
committerJune McEnroe <june@causal.agency>2021-12-12 13:22:37 -0500
commit0cdd96c5f32fe639f00d6d08f68def12b160feac (patch)
tree867c9ec9662425dab07589b3a91c405bd03c79c0 /2017/src
parentSolve day 12 part 2 (diff)
downloadaoc-0cdd96c5f32fe639f00d6d08f68def12b160feac.tar.gz
aoc-0cdd96c5f32fe639f00d6d08f68def12b160feac.zip
Pop instead of shift
BFS isn't needed. This uses less memory and time.
Diffstat (limited to '2017/src')
0 files changed, 0 insertions, 0 deletions
gheader'>2019-02-10Add plain text "language" to hiJune McEnroe 2019-02-10Don't match DQ string inside SQ stringJune McEnroe 2019-02-10Skip only one character if a match fails due to parentJune McEnroe Really it should skip forward until the parent changes, but this is simpler. 2019-02-10Remove pattend from hiJune McEnroe 2019-02-10Replace uses of pattend with newline patternsJune McEnroe 2019-02-10Add hi debug outputJune McEnroe 2019-02-10Actually do HTML &quot; escapingJune McEnroe 2019-02-10Set git commit.verboseJune McEnroe 2019-02-10Add back missing static keywordJune McEnroe