in Algorithms
406 views
2 votes
2 votes

The time complexity of calculating $2^{100}$  is

  1. Polynomial
  2. Exponential
  3. Constant
  4. Linear
in Algorithms
by
406 views

1 Answer

7 votes
7 votes
Best answer
There is no variable input needed to calculate $2^{100}$ and so complexity of calculation will be constant.
selected by
Answer:

Related questions