Answer TRUE or FALSE.

In order to do an exact-match search, the key values must define a total order

False
  • True
  • False

Exact match requires only that we can tell if two keys are equal.

We do not need to decide which one is greater than the other.

So, we do not need a total order.