Repeat Evolution
2492. Minimum Score of a Path Between Two Cities
2 attempts over 1200 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 · 22.03.2023
medium2492. Minimum Score of a Path Between Two Cities
Connect all roads and update minimums in the Union-Find data structure. Use simple arrays for both connections and minimums.
Attempt 2 · 04.07.2026
medium2492. Minimum Score of a Path Between Two Cities
Min in connected edges
What Changed
Compact generated readout from the first and latest attempts.
-12 lines, -247 chars.
0 lines between first and latest attempt.
6 lines, 224 chars.
0 stuck attempts, 0 one-liner attempts.