Examlex

Solved

How Can the Performance Complexity of the Following Algorithm Be

question 33

Multiple Choice

How can the performance complexity of the following algorithm be described?
For x in range(numIterations) :
Value = value * x
Print(value)


Definitions:

Related Questions