Mozilla-Campus-Club-Cummins / CompetitiveProgramming-HacktoberFest23

1 stars 25 forks source link

Missing number in array #55

Closed Chaitralikore closed 8 months ago

Chaitralikore commented 8 months ago

Given an array of size N-1 such that it only contains distinct integers in the range of 1 to N. Find the missing element.

Example 1:

Input: N = 5 A[] = {1,2,3,5} Output: 4

mansidhote commented 8 months ago

HEY, I would like to work on this issue! Can you assign it to me? MANSI DHOTE UEC2022246 SY E&TC B

ManasiGDeshmukh commented 8 months ago

@mansidhote Happy Coding!!