mirror of
https://github.com/Noettore/AdventOfCode.git
synced 2025-10-15 11:46:39 +02:00
16 lines
1.5 KiB
Markdown
16 lines
1.5 KiB
Markdown
# Advent of Code
|
|
|
|
[](../LICENSE)
|
|
[](https://github.com/Noettore/AdventOfCode/commit/master)
|
|
[](https://github.com/Noettore/AdventOfCode/actions?query=workflow%3APython)
|
|
|
|
## Year [2021](https://adventofcode.com/2021/) - Python
|
|
|
|
| Day | Execution time with CPython 3.8.12 | Execution time with PyPy 7.3.3 Python 3.6.12 |
|
|
| ---------------------------------------------- | ---------------------------------------------- | ---------------------------------------------- |
|
|
| [Day 1](https://adventofcode.com/2021/day/1) | [1.3404 ms](./solutions/day_01.py) | [244.3283 us](./solutions/day_01.py) |
|
|
| [Day 2](https://adventofcode.com/2021/day/2) | [995.6699 us](./solutions/day_02.py) | [372.0404 us](./solutions/day_02.py) |
|
|
| [Day 3](https://adventofcode.com/2021/day/3) | [5.5745 ms](./solutions/day_03.py) | [919.8747 us](./solutions/day_03.py) |
|
|
| [Day 4](https://adventofcode.com/2021/day/4) | [18.0422 ms](./solutions/day_04.py) | [3.7518 ms](./solutions/day_04.py) |
|
|
| [Day 5](https://adventofcode.com/2021/day/5) | [119.3650 ms](./solutions/day_05.py) | [62.0737 ms](./solutions/day_05.py) |
|