___ ___ ___
/\ \ /\ \ /\ \
/::\ \ /::\ \ /::\ \
/:/\:\ \ /:/\:\ \ /:/\:\ \
/::\~\:\ \ /:/ \:\ \ /:/ \:\ \
/:/\:\ \:\__\ /:/__/ \:\__\ /:/__/ \:\__\
\/__\:\/:/ / \:\ \ /:/ / \:\ \ \/__/
\::/ / \:\ /:/ / \:\ \
/:/ / \:\/:/ / \:\ \
/:/ / \::/ / \:\__\
\/__/ \/__/ \/__/
Here is my advent of code solutions. We've used the advent-of-code-data package to download the data easily. You just need to set your session cookie with the following command export AOC_SESSION=<your cookie>
. For help on how to get your session cookie, see this issue.
Contains implementation of utils fonction easing arithmetic ops:
- sums:
- sliding_sum: Sum values of a list on a specified window size
- D1:
- Part one: How many times it increases ?
- Part two: The number of times the sum of measurements in this sliding window increases ?
- D2: