Skip to content

Belzebell/aoc-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Adrian Reimann
Dec 21, 2021
ad812d7 · Dec 21, 2021

History

69 Commits
Dec 12, 2021
Dec 12, 2021
Dec 12, 2021
Dec 15, 2021
Dec 12, 2021
Dec 12, 2021
Dec 12, 2021
Dec 12, 2021
Dec 12, 2021
Dec 10, 2021
Dec 12, 2021
Dec 13, 2021
Dec 15, 2021
Dec 14, 2021
Dec 16, 2021
Dec 17, 2021
Dec 17, 2021
Dec 20, 2021
Dec 21, 2021
Dec 5, 2021
Dec 10, 2021

Repository files navigation

aoc-2021

PHP solutions to https://adventofcode.com/ for 2021.

The tasks are split into days (folders) and parts (2 parts per puzzle). I have done my best to comment my code with my thought process to facilitate following the logic when coming back to this at a later point.

The test input for each day is added as 2 files into each day's folder. "testinput.txt" is the "official" small test set given on the puzzle question. "input.txt" is the actual test input which is personalised for each user of Advent of Code.

The original questions as well as the answers produced by the given code files can be found in each day's "puzzle.txt".

About

PHP solutions to https://adventofcode.com/ for 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages