Problem · Array
Minimum Operations to Make an Array Continuous
Problem statement
You are given a non-empty integer array nums of length n. In one operation, you may replace any one element with any integer.
An array is continuous when both conditions hold:
The problem statement continues
ProExamples
Example 1
nums = [4,2,5,3]return = 0The values are already the unique consecutive set {2,3,4,5}.
FastPrep Pro
Reported in 1 Amazon interview this weekUnlock this recently reported problem
FastPrep Pro gives you full access to interview problems reported within the last week.
- Full problem statement and constraints
- 2 more worked examples, explained
- Guided hints and editorial
- Run your code on real test cases
$9/month
Pro subscription, billed yearly — or $19 month-to-month. Cancel anytime.
Free plan — 2 of 2 free unlocks used this week