You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2025/Day10/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ I prototyped [this idea](gauss.py) in Python with ChatGPT. I think, if anything,
34
34
35
35
Based on the ingenious idea of [tenthmascot](https://www.reddit.com/r/adventofcode/comments/1pk87hl/2025_day_10_part_2_bifurcate_your_way_to_victory/), I could create a plain C# implementation for the problem.
36
36
37
-
As he says: find all possible sets of buttons you can push so that the remaining voltages are even,
37
+
As she says: find all possible sets of buttons you can push so that the remaining voltages are even,
38
38
and divide by 2 and recurse.
39
39
40
-
All credits goes to him, but I'll give an extra ⭐ to myself for learning something new again!
40
+
All credits goes to her, but I'll give an extra ⭐ to myself for learning something new again!
0 commit comments