Skip to content

Sibcgh/adventofcode2024

Repository files navigation

Advent of Code 2024

This repository contains my solutions to the Advent of Code 2024 puzzles. I have some comments under each solution file about the techniques I used - might update with clearer explanations at a later date.

Running the Solutions

  1. Clone this repository.
    git clone [email protected]:Sibcgh/adventofcode2024.git
  2. Navigate to the solution folder.
    cd advent-of-code-2024/day_1
  3. Run the solution (adjust command for your language).
    python3 day_{day #}.py

Technologies Used

  • Languages: Python

About

My solutions for Advent of Code 2024 coding challenges in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages