Repeat Evolution
1971. Find if Path Exists in Graph
2 attempts over 489 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 · 19.12.2022
easy1971. Find if Path Exists in Graph
standard
kotlin
fun validPath(n: Int, edges: Array
Attempt 2 · 21.04.2024
easy1971. Find if Path Exists in Graph
tiny
kotlin
489 days later
lines -16
chars -269
thoughts 0
Are source and destination connected in graph?
What Changed
Compact generated readout from the first and latest attempts.
-16 lines, -269 chars.
0 lines between first and latest attempt.
6 lines, 289 chars.
0 stuck attempts, 0 one-liner attempts.