Question Bank
JavaScript Min/Max Leave-One-Out Sum: Three Approaches Quiz
Difficulty: Hard
Compute the smallest and largest "drop one and sum the rest" totals three ways (sort + slice, total-sum minus extremum, single-pass min/max tracker), plus two companions on streaming inputs and a top-K leave-out generalisation.
