Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sgraaf/advent-of-code-2023

This repository contains my solutions for Advent of Code 2023 in Python
https://github.com/sgraaf/advent-of-code-2023

Last synced: 15 days ago
JSON representation

This repository contains my solutions for Advent of Code 2023 in Python

Awesome Lists containing this project

README

        

# 🎄 Advent of Code 2023 🌟

![Advent of Code Header Screenshot](./img/header.png)

This repository contains my solutions for [Advent of Code 2023](https://adventofcode.com/2023/) in Python 🐍 using only the standard library. My solutions might not have the lowest possible computational complexity, but they should all feature good, clean (and largely functional) Pythonic code.

The solution to each day's puzzle (along with any input) is stored in its own directory:

- [Day 1: Trebuchet?!](./day01)
- [Day 2: Cube Conundrum](./day02)
- Day 3: Gear Ratios
- [Day 4: Scratchcards](./day04)
- Day 5: If You Give A Seed A Fertilizer
- [Day 6: Wait For It](./day06)
- [Day 7: Camel Cards](./day07)