Save
Computer Science
Unit 6 - Algorithms
T2 - Searching algorithms
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Ben EAGLES
Visit profile
Cards (2)
Linear search
goes through each item one by one
A
binary search
involves halving the list when a middle item is found too far up or down in the chronological sorting. This is a lot
faster
but requires the list to be
sorted