Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thomas-basham/advent-of-code-2022

Advent of Code 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. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.
https://github.com/thomas-basham/advent-of-code-2022

advent-of-code advent-of-code-2022 adventofcode python

Last synced: 28 days ago
JSON representation

Advent of Code 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. People use them as interview prep, company training, university coursework, practice problems, a speed contest, or to challenge each other.

Awesome Lists containing this project

README

        

# Advent Of Code 2022

### [ABOUT](https://adventofcode.com/2022/about)

Advent of Code 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. People use them as interview prep, company training, university
coursework, practice problems, a speed contest, or to challenge each other.

You don't need a computer science background to participate - just a little programming knowledge and some problem
solving skills will get you pretty far. Nor do you need a fancy computer; every problem has a solution that completes in
at most 15 seconds on ten-year-old hardware.

If you'd like to support Advent of Code, you can do so indirectly by helping
to [Share on Twitter ](https://twitter.com/intent/tweet?text=Daily+programming+puzzles+at+Advent+of+Code&url=https%3A%2F%2Fadventofcode%2Ecom%2F&related=ericwastl&hashtags=AdventOfCode)
it with others, or directly via [PayPal or Coinbase](https://adventofcode.com/2022/support).

### Join my leaderboard

you can join my private leaderboard [here](https://adventofcode.com/2022/leaderboard/private):

2224666-b0499083

### SOLUTIONS

Below are my attempts at solving these in Python. There are two parts for each day.

| Day | Solved |
--------------------------------|------|
| [Day 1](solutions/day_1.py) | ⭐⭐️ |
| [Day 2](solutions/day_2.py) | ⭐⭐️ |
| [Day 3](solutions/day_3.py) | ⭐⭐️ |
| [Day 4](solutions/day_4.py) | ⭐⭐️ |
| [Day 5](solutions/day_5.py) | ⭐⭐️ |
| [Day 6](solutions/day_6.py) | ⭐⭐️ |
| [Day 7](solutions/day_7.py) | |
| [Day 8](solutions/day_8.py) | ⭐ |
| [Day 9](solutions/day_9.py) | ️ |
| [Day 10](solutions/day_10.py) | ⭐⭐️ |
| [Day 11](solutions/day_11.py) | ⭐️ |
| [Day 12](solutions/day_12.py) | ️ |
| [Day 13](solutions/day_13.py) | ️ |