Skip to content

Dryd33n/advent-of-code-20222

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2022

Day 1: Calorie Counting

Task 1: You are part of an expedition with a group of Elves, each of whom is carrying food items with a certain number of Calories. Your task is to find the Elf carrying the most Calories and calculate the total number of Calories they are carrying. In Task 2, you are given an updated task to find the top three Elves carrying the most Calories and calculate the total number of Calories they are carrying.

My Solution (Add inputs to STDIN inputs field)

Day 2: Rock Paper Scissors

Task 1: Calculate your total score if you follow a strategy guide consisting of two columns, with the first indicating your opponent's play and the second your response. The score for each round is based on the shapes chosen and the outcome (win, lose, or draw). Task 2: Calculate your total score if you follow the same strategy guide as in Task 1, but now the second column indicates the desired outcome of the round (X for lose, Y for draw, and Z for win). Choose a shape that will result in the indicated outcome. The score for each round is still based on the shapes chosen and the outcome.

My Solution For Part 1
My Solution For Part 2 (Add inputs to VM args input field)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages