Challenge site: https://adventofcode.com/2021/
VS Code Python Tutorial: https://code.visualstudio.com/docs/python/python-tutorial
This repository will contain my source for solving each daily puzzle released in the 2021 Advent Of Code challenge. Source will be organized by day into independent solutions. My language of choice for this challenge will be python.
- Day 1
- Part 1: How many times is the value larger than its predecessor?
- Part 2: How many times is the sum of three consecutive values greater than the prior sum of three consecutive values?
- Day 2
- Part 1: What is the product of depth and position?
- Part 2: What is the product of depth and position while using aim?
- Day 3 -
- Part 1: What is the power consumption of the submarine?
- Part 2: What is the life support rating of the submarine?
- Day 4 -
- Day 5 -
- Day 6 -
- Day 7 -
- Day 8 -
- Day 9 -
- Day 10 -
- Day 11 -
- Day 12 -
- Day 13 -
- Day 14 -
- Day 15 -
- Day 16 -
- Day 17 -
- Day 18 -
- Day 19 -
- Day 20 -
- Day 21 -
- Day 22 -
- Day 23 -
- Day 24 -
- Day 25 -