summary refs log tree commit diff homepage
path: root/2017/src/bin/day15.rs
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-03 02:02:07 -0500
committerJune McEnroe <june@causal.agency>2020-11-22 00:14:26 -0500
commitbe3a5feabe0d97a219bfa0ecac1869075e0c974d (patch)
tree8994fe50aaea633c2fb2793e9a3bc403dcb3bdc5 /2017/src/bin/day15.rs
parentSolve day 3 part 1 (diff)
downloadaoc-be3a5feabe0d97a219bfa0ecac1869075e0c974d.tar.gz
aoc-be3a5feabe0d97a219bfa0ecac1869075e0c974d.zip
Solve day 3 part 2
Dang, I got screwed up by normalizing the lines in place rather than
just for the intersection function. When it came to calculating the
length of the final segment to the intersection, the "last" point was
sometimes the wrong end.
Diffstat (limited to '2017/src/bin/day15.rs')
0 files changed, 0 insertions, 0 deletions
2019-09-05Decode entities in titlesJune McEnroe 2019-09-05Print title as soon as it's availableJune McEnroe 2019-09-05Use CURL_PREFIX to set flagsJune McEnroe 2019-09-05Add titleJune McEnroe 2019-09-04Add Avorter n'est pas tuerJune McEnroe 2019-08-29Unset executable on shell scriptsJune McEnroe 2019-08-29Add long-missing setopt to bin.7June McEnroe 2019-08-29Add editJune McEnroe