Fork Python 4 Question 9

Last Updated :
Discuss
Comments

What is the time complexity of the find() function in Python?
 

O(log n)

O(n^2)

O(n)

O(1)

Share your thoughts in the comments