This is a practice of theta-notation in algorithm analysis. Is n^3 = theta(n^2) true?
Is n^3 = theta(n^2) true?
My thought is c1n^2 <= n^3 <= c2n^2, dividing n^2 from both sides