Perform a bisect on a sorted list and locate the insertion point for a value in arr to maintain sorted order.
array of sorted numbers
value to find insertion point for
used to specify a the low end of a subset of the list
used to specify a the high end of a subset of the list
Perform a bisect on a sorted list and locate the insertion point for a value in arr to maintain sorted order.