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

AzazVava

New member
Joined
Jul 4, 2011
Messages
0
Reaction score
0
Points
0
Use the substitution method to show that;
T(n)=T(n-1) + n^2 is O(n^3)
 
Back
Top