We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bisect.contains
Feature or enhancement
contains function in bisect module that tells in O(log n) if an element is in a sorted list.
contains
bisect
O(log n)
Pitch
It's a useful function and can easily be implemented wrong without care.