Skip to content

Solutions to Advent of Code's programming puzzles.

Notifications You must be signed in to change notification settings

HeapBadger/adventofcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Challenges

Build Status

This repository contains my solutions to the Advent of Code challenges. Each year has its own directory, organized for the respective programming language used for that year's solutions.

Repository Structure

The repository is organized as follows:

adventofcode/
|- advent-of-code-2024/         # Year directory
  |- src/                       # Source files for solutions
  |- include/                   # Header files
  |- tests/                     # Unit tests for solutions
  |- Makefile                   # Makefile to build and test solutions

Usage

Navigate to the directory for the specific year to access the solutions and usage instructions.

Each year also contains its own set of unit tests, which are automatically run in GitHub's runner.

About

Solutions to Advent of Code's programming puzzles.

Topics

Resources

Stars

Watchers

Forks