Block a user
a1dceb6ff1
day18: perf: swap dijkstra for bfs for ~30% improvement
3712b32634
grid: row and column iterators
1c254fff93
Revert "cargo: optimize harder"
44108c4b35
cargo: optimize harder
b588837624
day18: small optimization - avoid duplicates
9a6ca66059
grid: microoptimizations
2729799fa2
day18: optimize
8d2fbc0fcb
repo: more aggressive optimization
4f48d839b2
day18: part 2 solution + some optimizations
414569537e
day18: part 2 solution
5036866663
day18: part 1 solution
5e8b974137
clippies!
28a88e1aa7
day14: replace RE parser with nom consuming parser
bd91fcb60c
day14: replace RE parser with nom consuming parser
33615b015f
cargo: update and add nom, misc
b7a1f05b1e
utils: add misc and implement CustomBounded
20e6889572
day16: improve perf again by going to i16 positions
755fbbc53d
day16: refactor, optimize