DIFFERENCE between linear and binary search
Answers
Answered by
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
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
Math,
2 months ago
Science,
2 months ago
Computer Science,
5 months ago
English,
5 months ago
Math,
1 year ago