Finding the first missing number given the list with numbers [reviewed] Get link Facebook X Pinterest Email Other Apps August 07, 2019 Problem Given input [2,3,1,5,88,100], find the first missing number. All number are positive numbers. (1 - n) In the above example, 4 is the first missing number. Read more