An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/day%20📅-25-blue)
![](https://img.shields.io/badge/stars%20⭐-16-yellow)
![](https://img.shields.io/badge/days%20completed-8-red)

# 🎄 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) | ⭐ | ⭐ |