0% found this document useful (0 votes)
20 views

Searching Algorithm

Uploaded by

khalid
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Searching Algorithm

Uploaded by

khalid
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Searching Algorithm

• Linear Search
• Binary Search

Linear Search
Binary Search

• Binary Search is faster than linear search


• Half the remaining element can be eliminated at a time, instead of eliminating them one by
one
• Binary search only works for sorted arrays

You might also like