1.

Reduce the following Big-O notation. O[ e^n + an^10] =(a) O[ an^10].(b) O[ n^10 ].(c) O[ e^n ].(d) O[ e^n+ n^10 ].I had been asked this question during an online exam.This key question is from Overview in division Cryptography Overview, TCP/IP and Communication Networks of Cryptograph & Network Security

Answer»

The correct answer is (C) O[ e^n ].

To explain I WOULD SAY: O[ e^n + an^10 ] = O[ e^n ].



Discussion

No Comment Found

Related InterviewSolutions