Answer TRUE or FALSE.

Mergesort (as the code is written in this module) is a stable sorting algorithm. Recall that a stable sorting algorithm maintains the relative order of records with equal keys.

True
  • True
  • False

What happens when two equal values are compared during merge?