InterviewSolution
| 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)This question was posed to me in an online interview.This question is from Symmetric Cipher Models and Elementary Number Theory topic in portion Classical Encryption Techniques of Cryptograph & Network Security |
|
Answer» Correct answer is (a) O(log2 n) |
|