Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 461 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 461 Bytes

aoc2021

will advent of code 2021 become the first challenge I actually finish? I wouldn't be that optimistic but let's give it a try

why?

it's fun paired with beer and having shared leaderboard with the boys.

Ideas for having more fun, notes etc.

day1

Interesting idea is to make sliding window (and the whole program) generic i.e. SlidingWindow<5> holds 5 measurements. It's a little bit more work because I'd gotta create test case for that.