Ask your own question, for FREE!
Computer Science 19 Online
OpenStudy (anonymous):

Code complexity question: If you have n items to begin with, how many times will you need to repeatedly divide it in half in order to get a single element from n items?

OpenStudy (anonymous):

log(n)

OpenStudy (anonymous):

would it be n/2^n?

OpenStudy (anonymous):

ah.. simple stuff. Thanks man.

OpenStudy (anonymous):

well, log base 2 to be specific

OpenStudy (anonymous):

log base 2 of (n) though, correct?

OpenStudy (anonymous):

ha was about to say that.

OpenStudy (anonymous):

If you want some explanation it would go something like: \[n/2^x = 1\]\[n = 2^x\]\[x=log_2(n)\]

OpenStudy (anonymous):

awesome thanks :)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!