Repeat Evolution
997. Find the Town Judge
2 attempts over 395 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 · 23.01.2023
easy997. Find the Town Judge
standard
kotlin
fun findJudge(n: Int, trust: Array
Attempt 2 · 22.02.2024
easy997. Find the Town Judge
tiny
kotlin
395 days later
lines -10
chars -216
thoughts 0
Find who trusts nobody and everybody trusts him in [trust, trusted] array.
What Changed
Compact generated readout from the first and latest attempts.
-10 lines, -216 chars.
0 lines between first and latest attempt.
6 lines, 188 chars.
0 stuck attempts, 0 one-liner attempts.