Question: 19) The time complexity of the following code is ___________ for(i=0; i < N; i++) { for(j=0; j < N; j++) cout < < *;
19) The time complexity of the following code is ___________ for(i=0; i < N; i++) { for(j=0; j < N; j++) cout << "*"; } for(k=0; k < N; k++) cout << "*";
Select one:
a. O(N2)O(N2)
b. O(N3)O(N3)
c. O(N)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
