Computer Science, asked by noumanmirza21, 5 months ago

ALGORITHM Rid(A[0..n − 1])

if n = 1 return A[0]
else temp ← Rid(A[0..n − 2])
if temp ≤ A[n − 1] return temp
else return A[n − 1]

time complexity and find tight bound

Answers

Answered by inayatkhanimran
0

Answer:

what are you saying

Explanation:

can't understand

Similar questions