def rec_opt(arr,i):
    if i==0:
        return arr[0]
    elif i==1:
        return max(arr[0