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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,9 @@ as the value which passed the given day/phase combination
164
164
* 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.
165
165
* Day 17 Another good example of how powerful Z3 can really be.
166
166
167
+
#### 2025
168
+
* Day 05 My solution is O(n^3), but due to the size of the input runs ~20ms faster than the better solution of using sorted ranges (the sorting takes the time)
169
+
167
170
## Takeaways
168
171
169
172
* Setting up a Kotlin project with Dagger should have more examples than the multitude of Android examples out there
0 commit comments