1 Like
Very nice insight and intuition! thanks
Very insightfully indeed!
grammar error. you guys said āA mononticā instead of monotonic in the first sentence under the graph
at this point, the subscription what I paid is rewarded.
The feasible function is supposed to be applied on the value not the index, right?
So based on my understanding, for example, in the python code on line 6, it should be feasible(arr[mid])
not feasible[mid]
Yes, I think there shoud be more clearly from definition of feasible function. In that āfeasibleā function there could be extraction from an original array based on āmidā index.