tntn1

  1. A

    Use the substitution method to show that; T(n)=T(n-1) + n2 is O(n3)?

    Use the substitution method to show that; T(n)=T(n-1) + n^2 is O(n^3)
  2. S

    Use the substitution method to show that; T(n)=T(n-1) + n2 is O(n3)?

    Use the substitution method to show that; T(n)=T(n-1) + n^2 is O(n^3)
Back
Top