Skip to content

Solutions for the puzzles of "Advent of Code 2021" (written in Java).

License

Notifications You must be signed in to change notification settings

p-kovacs/advent-of-code-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c285210 · Jan 13, 2025

History

63 Commits
Dec 28, 2024
Dec 28, 2024
Jan 13, 2025
Dec 28, 2024
Dec 28, 2024
Oct 13, 2021
Dec 28, 2024
Dec 28, 2024
Dec 28, 2024
Dec 28, 2024
Dec 28, 2024

Repository files navigation

Advent of Code 2021

Solutions for the puzzles of Advent of Code 2021, written in Java.

To download your input files, save your session ID into a file called session.txt in the input folder and execute input/download.sh. (See the script for more details on how to get the session ID.)

The general utilities and algorithms used in the solutions are also available in a separate repository: https://github.com/p-kovacs/java-puzzle-utils

Acknowledgment

Many thanks to Eric Wastl for Advent of Code.