lordirah / aoc2022

https://adventofcode.com/2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

advent of code 2015

https://adventofcode.com/2015

stream / youtube

about

for 2015, I'm planning to implement in python

timing

  • comparing to these numbers isn't necessarily useful
  • normalize your timing to day 1 part 1 and compare
  • alternate implementations are listed in parens
  • these timings are very non-scientific (sample size 1)
$ find -maxdepth 1 -type d -name 'day*' -not -name day00 | sort | xargs --replace bash -xc 'python {}/part1.py {}/input.txt; python {}/part2.py {}/input.txt'
+ python ./day01/part1.py ./day01/input.txt
74
> 1272 μs
+ python ./day01/part2.py ./day01/input.txt
1795
> 469 μs

About

https://adventofcode.com/2022


Languages

Language:Python 100.0%Language:Shell 0.0%