mirror of
https://github.com/cupcakearmy/advent-of-code.git
synced 2025-12-13 21:34:58 +00:00
3
This commit is contained in:
11
2022/03/README.md
Normal file
11
2022/03/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 03
|
||||
|
||||
The first part is easily done by using the ascii number of the characters and 2 offsets. The second part I first though we need to find the groups on our own, but (RTFM...) it's just every 3 lines, so it's just a matter of using pythons `set`.
|
||||
|
||||
<details>
|
||||
<summary>Solutions</summary>
|
||||
<ol>
|
||||
<li>7746</li>
|
||||
<li>2604</li>
|
||||
</ol>
|
||||
</details>
|
||||
Reference in New Issue
Block a user