Skip to content

This repository contains my solutions for the Advent of Code, an annual coding challenge event

Notifications You must be signed in to change notification settings

colemvnio/advent-of-code-2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

This repository contains my solutions for Advent of Code 2024 challenges.

Structure

  • solutions/: Contains solution files organized by day
  • inputs/: Contains input files for each day
  • utils/: Contains utility functions used across multiple solutions
  • tests/: Contains test files

Setup

  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt

Running Solutions

Each day's solution can be run from its respective file in the solutions directory:

python -m solutions.day01.solution

Made with ❤️ by Patrick

About

This repository contains my solutions for the Advent of Code, an annual coding challenge event

Topics

Resources

Stars

Watchers

Forks

Languages