Repeat Evolution
2225. Find Players With Zero or One Losses
2 attempts over 413 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 · 28.11.2022
medium2225. Find Players With Zero or One Losses
standard
kotlin
fun findWinners(matches: Array> {
Attempt 2 · 15.01.2024
medium2225. Find Players With Zero or One Losses
tiny
kotlin
413 days later
lines -11
chars -126
thoughts 0
[sorted winners list, sorted single lose list]
What Changed
Compact generated readout from the first and latest attempts.
-11 lines, -126 chars.
0 lines between first and latest attempt.
6 lines, 247 chars.
0 stuck attempts, 0 one-liner attempts.