1.

Reduce the following Big-O notation. O[ en + an10] =

A. O[ an<sup>10</sup>].
B. O[ n<sup>10</sup> ].
C. O[ e<sup>n</sup> ].
D. O[ e<sup>n</sup>+ n<sup>10</sup> ].
Answer» D. O[ e<sup>n</sup>+ n<sup>10</sup> ].


Discussion

No Comment Found