Problem
Submissions

Problem: Find All Numbers Disappeared in an Array

Statement

Given an array, nums, of nn integers where nums[i] is in the range [1,n][1, n], return an array of all the integers in the range [1,n][1, n] that doesn’t appear in nums.

Constraints:

  • n=n = nums.length

  • 1≤n≤1031 \leq n \leq 10^3

  • 1≤1 \leq nums[i] ≤n\leq n

Problem
Submissions

Problem: Find All Numbers Disappeared in an Array

Statement

Given an array, nums, of nn integers where nums[i] is in the range [1,n][1, n], return an array of all the integers in the range [1,n][1, n] that doesn’t appear in nums.

Constraints:

  • n=n = nums.length

  • 1≤n≤1031 \leq n \leq 10^3

  • 1≤1 \leq nums[i] ≤n\leq n