This repository contains Python solutions and input data for Advent of Code challenges, organized by days.
Each day's folder contains Python scripts for the respective parts and input files:
day1
: Python solutions and input for Day 1.day2
: Python solutions and input for Day 2. ...day23
: Python solutions and input for Day 23.
To use the Python solutions:
- Navigate to the respective day's folder.
- Run the Python script with your preferred Python interpreter.
Feel free to contribute by adding more optimized solutions or improving existing ones. Create a pull request with your changes.
Credits to Advent of Code for the challenges.
Happy Coding! 🎄✨