Skip to content

Commit

Permalink
day 3. Yuck...part 1 took me forever because of a {a}..={b}+1 that sh…
Browse files Browse the repository at this point in the history
…ould have not been inclusive, so {a}..{b}+1. Took me a lot of hunting to eventually figure that out...only failed with the actual input...ended up bisecting against a working solution. Also not thrilled with the code here but spent too much time so just calling it done 😞

also this is terribly ineffecient and pretty ridiculous in the way I
build out the map of all things as well as a hashmap
  • Loading branch information
bricooke committed Dec 4, 2023
1 parent 8f5cd13 commit f08d6d1
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 9 deletions.
16 changes: 16 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
itertools = "0.12.0"
nom = "7.1.3"
Loading

0 comments on commit f08d6d1

Please sign in to comment.