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
27
Commits
1
Branch
0
Tags
171
KiB
Python
100%
8277dfe0f9
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
8277dfe0f9
we only need to check the instructions up to the infinite loop - everything else cannot contain the error
2020-12-08 09:43:28 +01:00
aoclib
this is not an f-string anymore
2020-12-08 06:24:27 +01:00
inputs
day 8
2020-12-08 06:23:43 +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
we only need to check the instructions up to the infinite loop - everything else cannot contain the error
2020-12-08 09:43:28 +01:00
main.py
use python's own timeit module instead of our own halfbaked implementation
2020-12-07 11:00:58 +01:00