EXAPUNKS

EXAPUNKS

Not enough ratings
Advent of Code 2022
   
Award
Favorite
Favorited
Unfavorite
Description
AOC 2022 in Exapunks!

Advent of Code is an Advent calendar of 50 themed programming puzzles.

You can find the "official" puzzles here: https://adventofcode.com/2022
Items (8)
DAY 1.1 : CALORIE COUNTING (ADVENT OF CODE 2022)
Created by Jumper
An Exapunks implementation of https://adventofcode.com/2022/day/1 Problem Description: The Bookkeeper keeps track of all inventories in File 201 (upper 3 digits) and File 200 (lower 3 digits). For your convenience, #SEPA has the Keyword that separates elve...
DAY 1.2 : CALORIE COUNTING (ADVENT OF CODE 2022)
Created by Jumper
An Exapunks implementation of https://adventofcode.com/2022/day/1 Make sure you finish 1.1 first! Problem Description: Fundamentally the same as 1.1, however this time you must find the sum of the top 3 inventories! (Repeated Description of 1.1): The Bookk...
DAY 2.1 : ROCK PAPER SCISSORS (ADVENT OF CODE 2022)
Created by Jumper
An Exapunks implementation of https://adventofcode.com/2022/day/2 Problem Description Since the result is in range , you are expected to output 'result - 9000'. (so '13279' becomes '4279') File 200 contains the Encoded Strategy Guide. Create a new file in ...
DAY 2.2 : ROCK PAPER SCISSORS (ADVENT OF CODE 2022)
Created by Jumper
An Exapunks implementation of https://adventofcode.com/2022/day/2 Problem Description The only difference to Part-1 is the meaning of X,Y,Z. It is now . In case you forgot the old rules: Since the result is in range , you are expected to output 'result - 9...
DAY 4.1 : CAMP CLEANUP (ADVENT OF CODE 2022)
Created by Jumper
An Exapunks implementation of https://adventofcode.com/2022/day/4 Problem Description The Head of Logistics keeps the list of pairs in his Tent (Link 801, File 200) You can find the separator symbols '-' #RSEP and ',' #PSEP at the beach. Each range 'x-y' g...
DAY 4.2 : CAMP CLEANUP (ADVENT OF CODE 2022)
Created by Jumper
An Exapunks implementation of https://adventofcode.com/2022/day/4 Problem Description NEW: in addition to counting full overlaps, count partial overlaps as well. The Head of Logistics keeps the list of pairs in his Tent (Link 801, File 200) You can find th...
DAY 5.1 : SUPPLY STACKS (ADVENT OF CODE 2022)
Created by Jumper
An Exapunks implementation of https://adventofcode.com/2022/day/5 Problem Description Create a File containing the topmost container of each stack in order and place it in your host. Your host has a copy of the crane operator's *instructions* in File 300, ...
DAY 5.2 : SUPPLY STACKS (ADVENT OF CODE 2022)
Created by Jumper
An Exapunks implementation of https://adventofcode.com/2022/day/5 Problem Description Create a File containing the topmost container of each stack in order and place it in your host. Your host has a copy of the crane operator's *instructions* in File 300, ...