Repeat Evolution
198. House Robber
2 attempts over 403 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 · 14.12.2022
medium198. House Robber
compact
kotlin
fun rob(nums: IntArray): Int {
Attempt 2 · 21.01.2024
medium198. House Robber
one-liner
kotlin
403 days later
lines -8
chars -133
thoughts 0
Max sum to rob non adjacent items in array.
What Changed
Compact generated readout from the first and latest attempts.
-8 lines, -133 chars.
0 lines between first and latest attempt.
2 lines, 85 chars.
0 stuck attempts, 1 one-liner attempts.