bisect: The Array Bisect Algorithm Module
1 Description
The Python bisect
module provides an implementation of a basic bisection
algorithm, which is used to maintain a list in sorted order.
This document was last updated: