Skip to content

Commit

Permalink
✨ added day 3!
Browse files Browse the repository at this point in the history
  • Loading branch information
kzkedzierska committed Dec 4, 2023
1 parent 4b40650 commit e867f95
Show file tree
Hide file tree
Showing 4 changed files with 841 additions and 2 deletions.
Binary file added 2023/ChatGPT_illustrations/day03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions 2023/Day02.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Part 1\n",
"## Part One\n",
"\n",
"The game includes the Elf hiding some cubes of different colors in the bag. We then draw sets of cubes from the bag (putting the cubes back after drawing) three times. \n",
"\n",
Expand Down Expand Up @@ -268,7 +268,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Part two \n",
"## Part Two \n",
"\n",
"Here, we want to get the power of a minimum set of each of the games. Thankfully, the function with processing the input I wrote for part one is all we need. Then I need to multiply the values, and we are all set."
]
Expand Down
Loading

0 comments on commit e867f95

Please sign in to comment.