Can a local minimum be found faster than n/2?
Hi @lgtout,
It can be found in O(log n) time in fact.
@tsunghsienlee Thanks!