Skip to content

Commit

Permalink
Update Problem Statement 18.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
C3Suryansu authored Oct 8, 2021
1 parent 8c08713 commit 7c759c8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions Day 18/Problem Statement 18.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,12 @@ Constraints:-
[1,1]

Sample Output:
5,6
2
5 6
2


Explanation:
In the first case, length of array is 8
1 2 3 4 are present, but 5 and 6 are missing, and then 7 and 8 are present. So the original missing numbers are 5 and 6.

In the second case, length of array is 2, 1 is present, but 2 is missing. So missing number is 2.

0 comments on commit 7c759c8

Please sign in to comment.