DSA round (with simple array question)
1.(i.e.,) Unsorted array [23, 4, 7, 12, 5, 6] the output should be continuous no in the array [4,5,6,7]
2.(i.e.,) Unsorted array [2, 0, 0, 1, 5, 3, 3, 2, 4] the output should be continuous no in the array [0,1,2,3,4,5]