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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,7 @@ as the value which passed the given day/phase combination
160
160
#### 2024
161
161
* Day 11 The fact that the order of stones didn't actually matter helped to allow us to just keep a list of how many we had.
162
162
* Day 13 Being able to solve the basic with shortest path while needing math for part two is always fun re-learning linear algebra. And refactoring always speeds things up.
163
+
* Day 17 Another good example of how powerful Z3 can really be.
0 commit comments