You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
C
it is a question about data structures , i would like to know the answer before 3rd please help me for my external exam thanks
-
A
Use the substitution method to show that;
T(n)=T(n-1) + n^2 is O(n^3)
- AzazVava
- Thread
-
method
on3
show
substitution
tntn1
- Replies: 0
- Forum: Satellite
-
S
Use the substitution method to show that;
T(n)=T(n-1) + n^2 is O(n^3)
-
J
n3 is n to the third
I suppose 0 would make the two equal, is that only exception?
- Jakk
- Thread
-
algorithm
generally
on3
timerace
win
- Replies: 2
- Forum: Satellite
-
W
can anyone give me an example of a function that is both O(n2) and O(n3).
-
W
can anyone give me an example of a function that is both O(n2) and O(n3).