Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sgraaf/advent-of-code-2023
- Owner: sgraaf
- License: other
- Created: 2023-12-02T11:17:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-12-07T20:06:44.000Z (11 months ago)
- Last Synced: 2023-12-07T21:24:58.529Z (11 months ago)
- Language: Python
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)