Search algorithms. 0.0 / 5 ? ComputingProgrammingGCSEAQA Created by: C4B1ECreated on: 14-11-18 14:53 What does a binary search do? Searches for items in an ordered list. 1 of 5 What does a linear search do? Searches for items in unsorted lists along a line. 2 of 5 Advantages of binary search. Quicker when there is a long ordered list. 3 of 5 Advantages of linear search. Quicker when there is a short unsorted list. Much more simple. 4 of 5 When are both search algorithms about the same(efficiency). In short sorted list. 5 of 5
Comments
Report
Report
Report