Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.
/ AoC_2022 Public archive

My solutions for Advent of Code 2022 in Java.

License

Notifications You must be signed in to change notification settings

BlockyDotJar/AoC_2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022 Solutions in Java

What the fuq is this?

This repository contains solutions to Eric Wastls Advent of Code 2022.
Thank you, Eric!

While the code aims to be as fast as possible (the goal is to complete all puzzles of 2022 in under one second), I often lack the time and/or knowledge to optimize it properly.


Note: This code isn't a masterpiece, and I am not a Java Pro, so don't expect that this is the best Java code, you have ever seen and there probably won't be all 25 day solutions.

Like I said, this is not the best or maybe not even a good solution.


Java Version used: 17.0.5

Day - Challenge name Part 1 Part 2
01 - Calorie Counting
02 - Rock Paper Scissors
03 - Rucksack Reorganization
04 - Camp Cleanup
05 - Supply Stacks
06 - Tuning Trouble
07 - No Space Left On Device
08 - Treetop Tree House
09 - Rope Bridge
10 - Cathode-Ray Tube
11 - Monkey in the Middle
12 - Hill Climbing Algorithm
13 - Distress Signal
14 - Regolith Reservoir
15 - Beacon Exclusion Zone
16 - Proboscidea Volcanium
17 - Pyroclastic Flow
18 - Boiling Boulders
19 - Not Enough Minerals
20 - Grove Positioning System
21 - Monkey Math
22 - Monkey Map
23 - Unstable Diffusion
24 - Blizzard Basin
25 - Full of Hot Air