Closed pawanbisht62 closed 1 year ago
This PR pertaining to optimise code complexity by calling get_index_for_data_before_with_start in get_index_for_data_before.
get_index_for_data_before_with_start
get_index_for_data_before
With this change we are reducing the search range in binary search.
Resolves Issue #117
This PR pertaining to optimise code complexity by calling
get_index_for_data_before_with_start
inget_index_for_data_before
.With this change we are reducing the search range in binary search.
Resolves Issue #117