pauloxnet / adventofcode

Pure Python solutions for the Advent of Code puzzles written by Paolo Melchiorre.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🌠 Advent of Code

Code style: ruff Coverage Mastodon Follow

Pure Python solutions for the Advent of Code puzzles written by Paolo Melchiorre.

🧩 Requirements

All solutions use only the Python Standard Library with no need for external packages.

πŸ”¬ Tests

Tests are included in function docstrings and can be run using the doctest module.

Example:

$ python3 -m doctest --verbose aoc2023/day01.py

✨ Solutions

πŸ—“οΈ 2023

Days Puzzles Solutions Parts
1 Trebuchet?! aoc2023/day01.py ⭐⭐
2 Cube Conundrum aoc2023/day02.py ⭐⭐
3 Gear Ratios aoc2023/day03.py
4 Scratchcards aoc2023/day04.py ⭐⭐
5 If You Give A Seed A Fertilizer aoc2023/day05.py ⭐
6 Wait For It aoc2023/day06.py ⭐⭐
6/25 - aoc2023/ 9/50

πŸ—“οΈ 2022

Days Puzzles Solutions Parts
1 Calorie Counting aoc2022/day01.py ⭐⭐
2 Rock Paper Scissors aoc2022/day02.py ⭐⭐
3 Rucksack Reorganization aoc2022/day03.py ⭐⭐
4 Camp Cleanup aoc2022/day04.py ⭐⭐
5 Supply Stacks aoc2022/day05.py ⭐⭐
6 Tuning Trouble aoc2022/day06.py ⭐⭐
6/25 - aoc2022/ 12/50

βš–οΈ License

This repository is licensed under the GPL-3.0 license.

πŸ‘₯ Authors

πŸ‘€ Paolo Melchiorre

About

Pure Python solutions for the Advent of Code puzzles written by Paolo Melchiorre.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%