mirror of
https://github.com/Noettore/AdventOfCode.git
synced 2025-10-14 19:26:39 +02:00
Updated READMEs
This commit is contained in:
11
2021/README.md
Normal file
11
2021/README.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# 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](./2021/solutions/day_01.py) | [244.3283 us](./2021/solutions/day_01.py) |
|
@@ -9,4 +9,5 @@
|
|||||||
| [2015](./2015) | Python | 12/50 |
|
| [2015](./2015) | Python | 12/50 |
|
||||||
| [2018](./2018) | Go | 20/50 |
|
| [2018](./2018) | Go | 20/50 |
|
||||||
| [2019](./2019) | Go | 12/50 |
|
| [2019](./2019) | Go | 12/50 |
|
||||||
| [2020](./2020) | Python | 50/50 |
|
| [2020](./2020) | Python | 50/50 |
|
||||||
|
| [2021](./2021) | Python | --/50 |
|
Reference in New Issue
Block a user