algorithm-pattern icon indicating copy to clipboard operation
algorithm-pattern copied to clipboard

二分查找模板三可以优化

Open guohuiyuan opened this issue 6 months ago • 1 comments

image

二分查找模板三是可以优化的,可以初始化left = -1, 解决了2个候选者的问题。 可参考视频,https://www.bilibili.com/video/BV1AP41137w7/

guohuiyuan avatar Aug 02 '24 14:08 guohuiyuan