Repeat Evolution
2130. Maximum Twin Sum of a Linked List
2 attempts over 1124 days. This page compares how the solution size, thinking trace, and stuck markers changed between posts.
Timeline Shape
Bars are normalized inside this problem, so the widest bar is the largest attempt in that metric.
Attempt Gallery
Each card is a daily post, with local deltas from the previous attempt.
Attempt 1 · 17.05.2023
medium2130. Maximum Twin Sum of a Linked List
standard
kotlin
Max sum of head-tail twin ListNodes: a-b-c-d -> max(a+d, b+c)
Attempt 2 · 14.06.2026
medium2130. Maximum Twin Sum of a Linked List
tiny
kotlin
1124 days later
lines -13
chars -172
thoughts 0
Max sum pairwise from tail
What Changed
Compact generated readout from the first and latest attempts.
-13 lines, -172 chars.
0 lines between first and latest attempt.
3 lines, 119 chars.
0 stuck attempts, 0 one-liner attempts.