Tree difference
You are given a tree with $N$ nodes (numbered $1$ through $N$). For each valid $i$, node $i$ has a value $A_i$. You should answer $Q$ queries. In each query: - You are given two nodes $a$ and $b$. - Let $S$ denote the set of all nodes on the simple path between the nodes $a$ and $b$ (including these nodes). - Find the minimum value of $|A_x-A_y|$ over all pairs $x, y \in S$ such that $x \neq
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start