Repeat Evolution
2359. Find Closest Node to Given Two Nodes
2 attempts over 856 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 · 25.01.2023
medium2359. Find Closest Node to Given Two Nodes
long
kotlin
fun closestMeetingNode(edges: IntArray, node1: Int, node2: Int): Int {
Attempt 2 · 30.05.2025
medium2359. Find Closest Node to Given Two Nodes
compact
rust
856 days later
lines -22
chars -151
thoughts +9
Closest common node
What Changed
Compact generated readout from the first and latest attempts.
-22 lines, -151 chars.
+9 lines between first and latest attempt.
8 lines, 362 chars.
0 stuck attempts, 0 one-liner attempts.