adventofcode/2022
2024-11-26 17:59:11 -05:00
..
day01 Pushed the compiled class files for previous days, draft algo for day03 P1 2022-12-03 12:13:27 -05:00
day02 Pushed the compiled class files for previous days, draft algo for day03 P1 2022-12-03 12:13:27 -05:00
day03 fixed a typo in algorithm code 2022-12-03 14:29:51 -05:00
day04 Added 2022 day 4 solutions and binaries 2022-12-04 14:13:58 -05:00
day05 add binaries and code for 2022 Day 5 2022-12-05 15:50:55 -05:00
day06 inputs i guess 2022-12-06 13:27:34 -05:00
day07 Fixed a couple errors i nDirectory class, but no progress on resolving part 2 2022-12-08 17:25:41 -05:00
day08 Day 8 updates 2022-12-08 16:11:43 -05:00
day09 monke 2022-12-12 17:36:24 -05:00
day11 started 2021 problems 2023-07-16 16:05:11 -04:00
README.md Removed mastograph credit text. 2024-11-26 17:59:11 -05:00

Solutions

This year was completed in Java. Each day is separated out, with generally a class to encapsulate each day's solution. Additional documentation notes can be found in the day*_algo.txt file in each folder which is the pseudocode outline for each Part A solution.

Manager "Solutions"

As a tongue-in-cheek joke the first couple days, I answered the problems in "manager" language. It turns out this was kind of a fun exercise, which I've continued daily in addition to the actual programming puzzles. Links to each day's threads below.