update the readme progress
This commit is contained in:
parent
b166b0ef70
commit
a10377789a
@ -1,5 +1,5 @@
|
|||||||
--- Day 1: Trebuchet?! ---
|
# Day 1: Trebuchet?!
|
||||||
|
## Part 1
|
||||||
Something is wrong with global snow production, and you've been selected to take a look. The Elves have even given you a map; on it, they've used stars to mark the top fifty locations that are likely to be having problems.
|
Something is wrong with global snow production, and you've been selected to take a look. The Elves have even given you a map; on it, they've used stars to mark the top fifty locations that are likely to be having problems.
|
||||||
|
|
||||||
You've been doing this long enough to know that to restore snow operations, you need to check all fifty stars by December 25th.
|
You've been doing this long enough to know that to restore snow operations, you need to check all fifty stars by December 25th.
|
||||||
@ -23,7 +23,7 @@ In this example, the calibration values of these four lines are 12, 38, 15, and
|
|||||||
|
|
||||||
Consider your entire calibration document. What is the sum of all of the calibration values?
|
Consider your entire calibration document. What is the sum of all of the calibration values?
|
||||||
|
|
||||||
--- Part Two ---
|
## Part Two
|
||||||
|
|
||||||
Your calculation isn't quite right. It looks like some of the digits are actually spelled out with letters: one, two, three, four, five, six, seven, eight, and nine also count as valid "digits".
|
Your calculation isn't quite right. It looks like some of the digits are actually spelled out with letters: one, two, three, four, five, six, seven, eight, and nine also count as valid "digits".
|
||||||
|
|
27
README.md
27
README.md
@ -26,13 +26,32 @@ For Advent of Code 2023, I've decided to primarily use Python due to its readabi
|
|||||||
Here I'll track my progress throughout the event.
|
Here I'll track my progress throughout the event.
|
||||||
I aim to complete each day's puzzle on the same day, but as with any challenge, there might be some delays.
|
I aim to complete each day's puzzle on the same day, but as with any challenge, there might be some delays.
|
||||||
|
|
||||||
## Progress
|
|
||||||
|
|
||||||
| Day | Part One | Part Two | Reflections |
|
| Day | Part One | Part Two | Reflections |
|
||||||
|-----|----------|----------|-------------|
|
|-----|----------|----------|-------------|
|
||||||
| 01 | ✅ | ✅ | [Day01 README](/Day01/README.md) |
|
| 01 | ✅ | ✅ | [Day01 README](/Day01/README.md) |
|
||||||
| 02 | ❓ | ❓ | [Day02 README](/Day02/README.md) |
|
| 02 | ✅ | ✅ | [Day02 README](/Day02/README.md) |
|
||||||
| ... | ... | ... | ... |
|
| 03 | ❓ | ❓ | [Day25 README](/Day03/README.md) |
|
||||||
|
| 04 | ❓ | ❓ | [Day25 README](/Day04/README.md) |
|
||||||
|
| 05 | ❓ | ❓ | [Day25 README](/Day05/README.md) |
|
||||||
|
| 06 | ❓ | ❓ | [Day25 README](/Day06/README.md) |
|
||||||
|
| 07 | ❓ | ❓ | [Day25 README](/Day07/README.md) |
|
||||||
|
| 08 | ❓ | ❓ | [Day25 README](/Day08/README.md) |
|
||||||
|
| 09 | ❓ | ❓ | [Day25 README](/Day09/README.md) |
|
||||||
|
| 10 | ❓ | ❓ | [Day25 README](/Day10/README.md) |
|
||||||
|
| 11 | ❓ | ❓ | [Day25 README](/Day11/README.md) |
|
||||||
|
| 12 | ❓ | ❓ | [Day25 README](/Day12/README.md) |
|
||||||
|
| 13 | ❓ | ❓ | [Day25 README](/Day13/README.md) |
|
||||||
|
| 14 | ❓ | ❓ | [Day25 README](/Day14/README.md) |
|
||||||
|
| 15 | ❓ | ❓ | [Day25 README](/Day15/README.md) |
|
||||||
|
| 16 | ❓ | ❓ | [Day25 README](/Day16/README.md) |
|
||||||
|
| 17 | ❓ | ❓ | [Day25 README](/Day17/README.md) |
|
||||||
|
| 18 | ❓ | ❓ | [Day25 README](/Day18/README.md) |
|
||||||
|
| 19 | ❓ | ❓ | [Day25 README](/Day19/README.md) |
|
||||||
|
| 20 | ❓ | ❓ | [Day25 README](/Day20/README.md) |
|
||||||
|
| 21 | ❓ | ❓ | [Day25 README](/Day21/README.md) |
|
||||||
|
| 22 | ❓ | ❓ | [Day25 README](/Day22/README.md) |
|
||||||
|
| 23 | ❓ | ❓ | [Day25 README](/Day23/README.md) |
|
||||||
|
| 24 | ❓ | ❓ | [Day25 README](/Day24/README.md) |
|
||||||
| 25 | ❓ | ❓ | [Day25 README](/Day25/README.md) |
|
| 25 | ❓ | ❓ | [Day25 README](/Day25/README.md) |
|
||||||
|
|
||||||
- ✅ Completed
|
- ✅ Completed
|
||||||
|
Loading…
Reference in New Issue
Block a user