Skip to content

jameshpalmer/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Advent of Code Solutions

This repository contains my solutions to the Advent of Code programming challenges. Advent of Code is an annual event where participants solve a series of coding puzzles, one for each day leading up to Christmas. It's a great opportunity to sharpen your programming skills and have some festive fun!

In 2023, I am using Advent of Code as a means to learn new programming languages, and remember some forgotten ones!

Structure

The repository is organized by years, with each year containing folders for each day of the Advent of Code. Inside each day's folder, you'll find the problem, input, and any additional resources or notes related to the problem.

/advent-of-code-solutions
  /2023
    /day1
      - problem.txt
      - input.txt
      - README.md
      - ...
    /day2
      - problem.txt
      - input.txt
      - README.md
      ...
    ...
  ...

About

Solving festive problems on adventofcode.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages