0
0
0
Next Question
Login
Login or Sign up
to attempt the question.
Problem
Editorial
Your Submissions
What is the time complexity of the following code snippet?
@Yomesh Gupta
Option 1
O(n)
Option 2
O(n^2)
Option 3
O(nlogn)
Option 4
O(2^n)
Submit