Page 1 of 1

The time required to convert a k-bit integer to its representation in the base 10 in terms of big-O notation is

Posted: Thu Jul 14, 2022 8:10 am
by answerhappygod
a) O(log2 n)
b) O(log n)
c) O(log2 2n)
d) O(2log n)