Topic: Array Problem / Level: intermediate

Problem: Find the smallest number that is missing from an unsorted array using O(n) time and O(1) space.

Run the code to see the output here...