Searching algorithm no.2: Given an array arr[] of size N-1 with integers in the range of [1, N], the task is to find the missing number from the first N integers.
level: easy
Searching algorithm no.2: Given an array arr[] of size N-1 with integers in the range of [1, N], the task is to find the missing number from the first N integers.
level: easy