You are not logged in.
Pages: 1
Thank you for help!!1 really appreciate it
hello everybody
Can anyone help how to solve recurrence relation
T(n0 = T(n-2) + n^2 ?
thanks for help i did it by induction and used limit formula of big O
lim n ->infinity f(x)/g(x) = 0
Should i solve it by induction
hello everybody,
How can i prove by definition of big O that 2^n = O (n!).
thanks for help
Pages: 1