Question :

Given an unsorted integer array, find the smallest missing positive integer.

Example :

Input: [1,2,0]

Output: 3