https://github.com/dgruano/aoc-2021
These are my solutions to the Advent of Code 2021 using Python.
https://github.com/dgruano/aoc-2021
advent-of-code advent-of-code-2021 aoc2021 aoc2021python python
Last synced: about 1 month ago
JSON representation
These are my solutions to the Advent of Code 2021 using Python.
- Host: GitHub
- URL: https://github.com/dgruano/aoc-2021
- Owner: dgruano
- Created: 2021-12-05T13:17:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T03:29:13.000Z (over 4 years ago)
- Last Synced: 2025-03-14T19:33:28.885Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2021, aoc2021, aoc2021python, python
- Language: Python
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README



# 🎄 Advent of Code 2021 🎄
>"[Advent of Code](https://adventofcode.com/2021/) is an Advent calendar
of small programming puzzles for a variety of skill sets and skill levels
that can be solved in any programming language you like".
This year I am participating using Python!
## 2021 Results
| Day | Part 1 | Part 2 |
| :---: | :---: | :---: |
| [Day 1](https://adventofcode.com/2021/day/1) | ⭐ | ⭐ |
| [Day 2](https://adventofcode.com/2021/day/2) | ⭐ | ⭐ |
| [Day 3](https://adventofcode.com/2021/day/3) | ⭐ | ⭐ |
| [Day 4](https://adventofcode.com/2021/day/4) | ⭐ | ⭐ |
| [Day 5](https://adventofcode.com/2021/day/5) | ⭐ | ⭐ |
| [Day 6](https://adventofcode.com/2021/day/6) | ⭐ | ⭐ |
| [Day 7](https://adventofcode.com/2021/day/7) | ⭐ | ⭐ |
| [Day 8](https://adventofcode.com/2021/day/8) | ⭐ | ⭐ |