Question: The complexity of the algorithm below is ( ) FOR i:=1 TO n DO FOR j:=1 TO n DO x:=x+1 A. 0(2n) B. 0(n) C.

The complexity of the algorithm below is ( ) FOR i:=1 TO n DO FOR j:=1 TO n DO x:=x+1 A. 0(2n) B. 0(n) C. 0(n2) D. 0(log2n)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
