]> localhost Git - adventofcode2024.git/commit
Complete day 6
authorJack Kinsey <j.jameskinsey@gmail.com>
Sat, 7 Dec 2024 04:07:34 +0000 (23:07 -0500)
committerJack Kinsey <j.jameskinsey@gmail.com>
Sat, 7 Dec 2024 04:07:34 +0000 (23:07 -0500)
commit1ba044c85b24b3e07ff24823d39752964d1f25bd
treeaf24210f4c148dbf472e286674bd8ed9682d2e15
parentaf2fa1ffddc96b875b2322cfa708a2aa1e5e278d
Complete day 6

Though this solution is correct, it's still apparently quite
inefficient--the debug build takes ~20 seconds to run, and the release
build takes ~1.5 seconds. Considering every other problem combined runs
in less than 0.03 seconds on the release build, this is very bad.
src/day06.rs [new file with mode: 0644]
src/main.rs