Complexity of list.index(x) in Python

I'm referring to this: http://docs.python.org/tutorial/datastructures.html

What would be the running time of list.index(x) function in terms of big O notation?

26
задан Tunaki 25 September 2016 в 21:38
поделиться