1.

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

A. O(log2 n)
B. O(log n)
C. O(log2 2n)
D. O(2log n)
Answer» B. O(log n)


Discussion

No Comment Found