mirror of
https://github.com/Noettore/AdventOfCode.git
synced 2025-10-15 11:46:39 +02:00
25 lines
1.7 KiB
Markdown
25 lines
1.7 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/7) | [1.689ms](./2020-python/solutions/day_7.py) |
|
|
| [Day 8](https://adventofcode.com/2020/day/8) | [6.313ms](./2020-python/solutions/day_8.py) |
|
|
| [Day 9](https://adventofcode.com/2020/day/9) | [7.220ms](./2020-python/solutions/day_9.py) |
|
|
| [Day 10](https://adventofcode.com/2020/day/10) | [139.110ms](./2020-python/solutions/day_10.py) |
|
|
|
|
|