ehzan / advent-of-code

My solutions to the Advent of Code puzzles.

Home Page:https://adventofcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 🎄

This repository contains my solutions to the puzzles of Advent of Code for the years 2021, 2022, and 2023. All solutions are implemented in Python.

Usage

To execute the programs, follow these steps:

  1. Place the input data for each day in the corresponding directory:
    ./{year}/input/day{n}.txt
  2. Run the Python scripts to obtain the solutions:
    python3 ./{year}/day{n}.py

* Replace{year}and{n}with corresponding year and day number.


Feel free to explore and use these solutions as a reference or inspiration for your own Advent of Code journey!

About

My solutions to the Advent of Code puzzles.

https://adventofcode.com


Languages

Language:Python 100.0%