Files
AdventOfCode/README.md
2020-12-07 10:17:52 +01:00

22 lines
1.4 KiB
Markdown

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