Searching

suggest change

Remarks

All searching algorithms on iterables containing n elements have O(n) complexity. Only specialized algorithms like bisect.bisect_left() can be faster with O(log(n)) complexity.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Searching:
*Searching

Table Of Contents
25Searching
31Set
166Gzip