This website requires JavaScript.
Explore
Help
Sign In
public
/
aoc2020
Watch
1
Star
0
Fork
0
You've already forked aoc2020
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Advent Of Code 2020
32
Commits
1
Branch
0
Tags
171
KiB
Python
100%
0bfa735129
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Stefan Harmuth
0bfa735129
day 9: optimizations and beautifications
2020-12-09 06:42:08 +01:00
aoclib
this is not an f-string anymore
2020-12-08 06:24:27 +01:00
inputs
day 9
2020-12-09 06:21:48 +01:00
day01.py
use python's own timeit module instead of our own halfbaked implementation
2020-12-07 11:00:58 +01:00
day02.py
use python's own timeit module instead of our own halfbaked implementation
2020-12-07 11:00:58 +01:00
day03.py
use python's own timeit module instead of our own halfbaked implementation
2020-12-07 11:00:58 +01:00
day04.py
use python's own timeit module instead of our own halfbaked implementation
2020-12-07 11:00:58 +01:00
day05.py
use python's own timeit module instead of our own halfbaked implementation
2020-12-07 11:00:58 +01:00
day06.py
use python's own timeit module instead of our own halfbaked implementation
2020-12-07 11:00:58 +01:00
day07.py
makes parsing minimally faster (and also more readable)
2020-12-08 08:55:18 +01:00
day08.py
pre-optimizing the opcode makes p1 take twice the time, but p2 almost twice as fast
2020-12-08 10:51:26 +01:00
day09.py
day 9: optimizations and beautifications
2020-12-09 06:42:08 +01:00
main.py
use python's own timeit module instead of our own halfbaked implementation
2020-12-07 11:00:58 +01:00