Skip to content

davidaugustat/AdventOfCode2024

Repository files navigation

Advent of Code 2024: My Solutions

This repository contains my code for the puzzles from Advent of Code 2024. All my solutions are written in Java.

The puzzle descriptions can be found at https://adventofcode.com/2024. To run the code, you need the puzzle input (input.txt). It can be downloaded from the mentioned website after creating an account.

I did not include the puzzle inputs in this repository since the About page of Advent of Code requests not to publish any puzzle inputs.

Stars

Day Part 1 Part 2
1 ⭐️ ⭐️
2 ⭐️ ⭐️
3 ⭐️ ⭐️
4 ⭐️ ⭐️
5 ⭐️ ⭐️
6 ⭐️ ⭐️
7 ⭐️ ⭐️
8 ⭐️ ⭐️
9 ⭐️ ⭐️
10 ⭐️ ⭐️
11 ⭐️ ⭐️
12 ⭐️ ⭐️
13 ⭐️ ⭐️
14 ⭐️ ⭐️
15 ⭐️ ⭐️
16 ⭐️ ⭐️
17 ⭐️ ⭐️
18 ⭐️ ⭐️
19 ⭐️ ⭐️
20 ⭐️ ⭐️
21
22
23
24
25

About

My solutions for Advent of Code 2024 in Java

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages