Questions Are these 2 exactly same –> "lower_bound(inc.rbegin(), inc.rend(), i , greater<int>())" & "lower_bound(dec.begin(), dec.end(), i, greater<int>())" byMRAugust 15, 2024