8000 GitHub - NicoCoallier/aoc: Advent of code solutions
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NicoCoallier/aoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


      ___           ___           ___
     /\  \         /\  \         /\  \
    /::\  \       /::\  \       /::\  \
   /:/\:\  \     /:/\:\  \     /:/\:\  \
  /::\~\:\  \   /:/  \:\  \   /:/  \:\  \
 /:/\:\ \:\__\ /:/__/ \:\__\ /:/__/ \:\__\
 \/__\:\/:/  / \:\  \ /:/  / \:\  \  \/__/
      \::/  /   \:\  /:/  /   \:\  \
      /:/  /     \:\/:/  /     \:\  \
     /:/  /       \::/  /       \:\__\
     \/__/         \/__/         \/__/

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.


Packages

Arithmetic

Contains implementation of utils fonction easing arithmetic ops:

  • sums:
    • sliding_sum: Sum values of a list on a specified window size

Python solutions

2021

  • D1:
    • Part one: How many times it increases ?
    • Part two: The number of times the sum of measurements in this sliding window increases ?
  • D2:

Julia solutions

About

Advent of code solutions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0