Go to file
Ishan Jain 1c007bf639
day5/updates
1. Used the version from
   https://github.com/0e4ef622/aoc/blob/master/2023/day05/src/solution.rs
2. reduced allocations, in place updates to seed array
2023-12-06 01:36:57 +05:30
src day5/updates 2023-12-06 01:36:57 +05:30
.gitignore initial commit, setup project 2023-12-01 10:36:35 +05:30
Cargo.lock day4: optimized 2023-12-04 13:25:47 +05:30
Cargo.toml day4: optimized 2023-12-04 13:25:47 +05:30
README.md added basic readme 2023-12-01 10:40:27 +05:30

AOC 2023

My solutions for Advent of Code 2023!

How to run?

Run cargo r --release --bin d1-1 to run day 1 part 1.