Searching algorithms

EasyMediumHard
123456789
Question 2
Easy

An array sports is defined as follows:

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

State why a binary search cannot be performed on this array.

[1]

Searching algorithms Questions

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