p2635 / AdventOfCode2022

My solutions for the 2022 Advent of Code challenges. Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

Home Page:https://adventofcode.com/2022/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

This is my repo for solving the 2022 Advent of Code challenges.

  • Start Date: 03 December 2022
  • End Date: I don't know if I can make it 'til the end!
  • /day1, /day2 folders correspond to the puzzles in the below checklist.
  • /input stores the puzzle input from the AoC website.
  • /tests pytest files in here, I didn't write them for every challenge though.
  • Coded on Github Codespaces originally but I realized there is a limited usage. Now I'm doing things locally, I had to get used to fixing the env by creating a virtual env.

Note: When I started this challenge, I was a python n00b so this made my brain work. I am becoming less of a noob as I progress.

  • Day 1: Calorie Counting πŸ”
  • Day 2: Rock Paper Scissors πŸ‘Š
  • Day 3: Rucksack Reorganization πŸ’°
  • Day 4: Camp Cleanup πŸ•οΈ
  • Day 5: Supply Stacks 🍫
  • Day 6: Tuning Trouble πŸ€–
  • Day 7: No Space Left On Device πŸ’Ύ
  • Day 8: Treetop Tree House 🌲
  • Day 9: Rope Bridge πŸͺ’
  • Day 10: Cathode-Ray Tube πŸ“±
  • Day 11: Monkey in the Middle πŸ’ (50% complete, part 2 too hard for my skill level at this point)
  • Day 12: Hill Climbing Algorithm ⛰️
  • Day 13: Distress Signal πŸ†˜
  • Day 14: Regolith Reservoir 🌊
  • Day 15: Beacon Exclusion Zone 🚨
  • Day 16: Proboscidea Volcanium πŸŒ‹
  • Day 17: Pyroclastic Flow
  • Day 18: Boiling Boulders
  • Day 19: Not Enough Minerals
  • Day 20: Grove Positioning System
  • Day 21: Monkey Math
  • Day 22: Monkey Map
  • Day 23: Unstable Diffusion
  • Day 24: Blizzard Basin
  • Day 25: Full of Hot Air

About

My solutions for the 2022 Advent of Code challenges. Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

https://adventofcode.com/2022/


Languages

Language:Python 100.0%