摘要: https://www.cnblogs.com/hellohell/p/5718175.html <? // // 基本数据结构算法 // //二分查找(数组里查找某个元素) function bin_sch($array, $low, $high, $k){ if ( $low <= $high) 阅读全文
posted @ 2018-10-22 11:00 浮尘微光 阅读(543) 评论(0) 推荐(0)