I have a sequence of integers and I want to find the minimum value greater than 0, such as [2,0,3,5,0,6,8,9] I want to find the minimum value 2 how can I do it?