gcd-of-extremes-not-pairwise

Status: IN

`findGCD` computes `gcd(min(nums), max(nums))` — the GCD of only the smallest and largest elements, not a pairwise reduction across all elements.

Source: entries/2026/06/06/find-greatest-common-divisor-of-array-solution.md

JSON