Changes for version 0.06
- STATUS
- Stable.
- BUG FIXES:
- None.
- API CHANGES:
- Added five functions: bsearch_str_pos - Return value always gives an insert-position. bsearch_num_pos - Return value always gives an insert-position. bsearch_str_range - Return a range. bsearch_num_range - Return a range. bsearch_general_range - Given a pair of targets returns a range of element indices between (inclusive).
- USER ENHANCEMENTS:
- Five new functions: See above.
- OTHER ENHANCEMENTS:
- Tests added for five new functions.
Modules
Binary Search a sorted list or array.