1
0
Advent of code 2022
Go to file
Ishan Jain 6c4faba2f5
Optimized day 15 part 2
1. Added a solution which rotates the grid by 45 CCW.
2. Looks for rectangles with 1 overlapping and 1 non overlapping side
And that's the answer!

It doesn't _strictly_ follow the requirements and does not work on the
sample input
2022-12-16 01:48:09 +05:30
src Optimized day 15 part 2 2022-12-16 01:48:09 +05:30
.gitignore Optimized integer parsing in day 7 part 2 2022-12-07 17:52:55 +05:30
Cargo.lock Added day 1 part 1 2022-12-01 10:37:17 +05:30
Cargo.toml Refactoring, Added day1 2022-12-12 01:05:40 +05:30