Files
AdventOfCode/README.md
2020-12-06 23:03:49 +01:00

19 lines
1.1 KiB
Markdown

# Advent of Code
![GitHub](https://img.shields.io/github/license/Noettore/AdventOfCode)![GitHub last commit](https://img.shields.io/github/last-commit/Noettore/AdventOfCode)![Python](https://github.com/Noettore/AdventOfCode/workflows/Python/badge.svg)
## 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) |