Searching algorithms

EasyMediumHard
123456789
Question 4
Easy

Figure 1 shows an array of strings.

sports = ["rugby", "cricket", "tennis", "football", "squash", "badminton"]

State why a binary search cannot be used on the array sports.

[1]

Searching algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Searching algorithms