Searching algorithms

EasyMediumHard
123456789
Question 6
Easy

Figure 1 shows a Python list of city names.

cities = ["Paris", "Tokyo", "London", "Rome", "Cairo", "Sydney"]

Figure 1

State why a binary search cannot be used on the list cities.

[1]

Searching algorithms Questions

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