a)Unit 1Obtain asymptotic bound using substitution method for T(n)=3T(n/3)+n and represent in θ notation.
Obtain asymptotic bound using substitution method for T(n)=3T(n/3)+n and represent in θ notation.
b)Unit 1What is Merge sort? Sort the elements 20,30,15,11,35,19,12,11,55 using Merge sort.
What is Merge sort? Sort the elements 20,30,15,11,35,19,12,11,55 using Merge sort.