Computer Science, asked by moudasaditi1995, 6 months ago

Find the time complexity of the following iterative function: A(){ For( I=1; I<=N; I=I*3) PRINT(HELLO)

Answers

Answered by gyadav30122000
0

Explanation:

Find the time complexity of the following iterative function: A(){ For( I=1; I<=N; I=I*3) PRINT(HELLO)

Similar questions