Find simplest function thats the closest estimated possible

19 Views Asked by At

Trying to understand the wording. I imagine Im being asked to find the simplest Big O estimate for this function and my professor just worded it oddly?

$$ 2^{\log_2 n} $$

From my understanding, itd of the family of exponential (2^n).

But how do I go about solving it properly. Unsure if its the right answer though. Id have to find k and c if Im not wrong.