InterviewSolution
Saved Bookmarks
| 1. |
Set {1, 2, 3, 9, 10, and 24} is superincreasing.(a) True(b) FalseI had been asked this question in semester exam.My enquiry is from Knapsack/ Merkle topic in chapter Public Key Cryptography and RSA of Cryptograph & Network Security |
|
Answer» RIGHT ANSWER is (B) False Explanation: It is not because 10 < 1+2+3+9. |
|