摘要: 数据均匀用插值,不均匀用二分,否则和线性查找差不多 public class InterpolationSearch { public static void main(String[] args) { int[] arr = {0,1,2,3,4,5,6,7,8,9,1000000000}; in 阅读全文
posted @ 2020-01-09 17:28 地中有山 阅读(398) 评论(0) 推荐(0) 编辑