mirror of
https://github.com/Noettore/AdventOfCode.git
synced 2025-10-15 11:46:39 +02:00
22 lines
1.4 KiB
Markdown
22 lines
1.4 KiB
Markdown
# Advent of Code
|
|
|
|
[](./LICENSE)
|
|
[](https://github.com/Noettore/AdventOfCode/commit/master)
|
|
[](https://github.com/Noettore/AdventOfCode/actions?query=workflow%3APython)
|
|
|
|
## My attempt at solving Advent Of Code challenges - https://adventofcode.com
|
|
|
|
### Year [2020](https://adventofcode.com/2020/) - Python
|
|
|
|
| Day | Execution time |
|
|
| -------------------------------------------- | -------------------------------------------- |
|
|
| [Day 1](https://adventofcode.com/2020/day/1) | [0.04ms](./2020-python/solutions/day_1.py) |
|
|
| [Day 2](https://adventofcode.com/2020/day/2) | [0.702ms](./2020-python/solutions/day_2.py) |
|
|
| [Day 3](https://adventofcode.com/2020/day/3) | [0.343ms](./2020-python/solutions/day_3.py) |
|
|
| [Day 4](https://adventofcode.com/2020/day/4) | [21.806ms](./2020-python/solutions/day_4.py) |
|
|
| [Day 5](https://adventofcode.com/2020/day/5) | [5.993ms](./2020-python/solutions/day_5.py) |
|
|
| [Day 6](https://adventofcode.com/2020/day/6) | [2.587ms](./2020-python/solutions/day_6.py) |
|
|
| [Day 7](https://adventofcode.com/2020/day/6) | [1.689ms](./2020/python/solutions/day_7.py) |
|
|
|
|
|