0%

Arrays类位于java.util包中,主要包含了操作数组的各种方法,比如排序和搜索等。其所有方法均为静态方法,调用起来非常方便。

阅读全文 »

基本搜索算法-BinarySearch

In computer science,binary search is a search algorithm that finds the position of a target value within a sorted array

阅读全文 »