I wanted to try to solve the question found in the Programming Pearls book: Given a sequential file that contains at most four billion 32-bit integers in random order, find a 32-bit integer that isn’t in the file (and there must be at least one missing — why?). How would you solve it if youRead more