aimanyeye / aimanyeye.github.io

个人博客,学习生活上的记录。
0 stars 0 forks source link

查找算法的实现与比较 | aimanyeye #64

Open aimanyeye opened 5 years ago

aimanyeye commented 5 years ago

https://aimanyeye.github.io/2019/08/25/2019-08-25-%E6%9F%A5%E6%89%BE%E7%AE%97%E6%B3%95%E7%9A%84%E5%AE%9E%E7%8E%B0%E4%B8%8E%E6%AF%94%E8%BE%83/#more

在java中,我们常用的查找有四种:(1)顺序(线性)查找(2)二分查找/折半查找(3)插值查找(4)斐波那契查找