Topic: Array Problem / Level: intermediate

Problem: Given an array, find the first missing positive integer in O(n) time.

Run the code to see the output here...