Find Diameter
You are given an array $A$ consisting of $N$ positive integers. We have a **weighted undirected** [complete graph](https://en.wikipedia.org/wiki/Complete_graph) $G$ with $N$ vertices numbered $1$ to $N$. The edge between vertices $(i,j)$ has a weight of $\min(|i-j|,|A_i-A_j|)$ for all $(1\le i \lt j \le N)$. We define the diameter of $G$ as $\max\limits_{1 \le u < v \le n}{\operatorname{d}(u,
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