java常用算法有哪些?

二分查找算法(非递归)/*** @desc 二分查询(非递归方式)* 案例:* {1,3,8,10,11,67,100},编程实现二分查找,要求使用非递归方式完成。* @Author x