Computer Science, asked by Anonymous, 5 months ago

DIFFERENCE between linear and binary search​

Answers

Answered by Anonymous
2

Linear search is a search that finds an element in the list by searching the element sequentially until the element is found in the list. On the other hand, a binary search is a search that finds the middle element in the list recursively until the middle element is matched with a searched element.

Flw_Me!

Answered by Anonymous
2

*╔═══❖•ೋ° °ೋ•❖═══╗*

Answer

*╚═══❖•ೋ° °ೋ•❖═══╝*

Linear search is a search that finds an element in the list by searching the element sequentially until the element is found in the list. On the other hand, a binary search is a search that finds the middle element in the list recursively until the middle element is matched with a searched element.

Ⓣⓐⓚⓔ ⓒⓐⓡⓔ

Similar questions