未知题型
在使用二分搜索法之前要求数据已经排好序。 Before using the binary search method, the data should be ordered.
【参考答案】
正确。二分搜索法(Binary Search),也称为折半搜索,是一种在有序数组中查找某一特定元素的搜索算法。搜索过程从......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)
点击查看答案
相关考题
