Big-Oh Notation

109 Views Asked by At

I'm given to the following relationship:

$$C(x) = C(\lfloor(\frac x2)\rfloor) + x, C(1)=2$$

I do not understand how my teacher says to calculate big O. Any help to start?

1

There are 1 best solutions below

3
On BEST ANSWER

HINT: Put $x=2^n$ and solve to find the series.