Computer Science, asked by tillquote8084, 11 months ago

A characteristic of the data that binary search uses but the linear search ignores is the

Answers

Answered by vibhash31
20
A characteristic of the data that binary search uses but thr linear search ignores is the "Order of the element of the list"
Answered by bubblebwith
1

Answer:

Order of the elements of the list.

Explanation:

the order of an element is not necessary while the binary search algorithm needs the data elements to be arranged in ascending or descending order. This algorithm needs the sorted array so the order of the elements decides the location of the element. Hence, the correct answer is Order of the elements of the list. 

Similar questions