Skip to content

Advent of Code solutions (Python). One folder per year, personal inputs kept private per AoC rules.

Notifications You must be signed in to change notification settings

AidenPQ/Advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code — Python Solutions

Clean, recruiter-friendly solutions for Advent of Code.
No new code is added here; this repository presents my work clearly and complies with AoC rules.

AoC policy: please don’t include the puzzle text or your personal input in public repos. Source: AoC “About”.
Ref: https://adventofcode.com/2025/about

Python Repo Last commit


Repository layout

Advent-of-code/
├─ 2024/            # solutions for 2024 (one file/folder per day)
├─ Inputs/2024/     # personal input files (see policy note below)
├─ .gitignore
└─ README.md

How to read this repo

  • 2024/ contains my daily solutions (Part 1 & Part 2).
  • Inputs/2024/ is where I keep my personal inputs locally.
    These inputs are unique per user and shouldn’t be shared publicly (per AoC rules).

If you want to try a solution, use the sample input from the puzzle statement on adventofcode.com and place it where your script expects it (or pipe it via STDIN).


Progress — 2024

Day Part 1 Part 2 Notes
01
02
03
04
05
06
07

Update the table according to your current progress (or keep it minimal if you prefer).


Policy & credits

  • Advent of Code by Eric Wastl — https://adventofcode.com
  • Policy: “Please don’t include parts of Advent of Code like the puzzle text or your inputs.”
    This repo follows that rule by keeping inputs personal and out of public artifacts.

Contact

About

Advent of Code solutions (Python). One folder per year, personal inputs kept private per AoC rules.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages