Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

question 14 the primary operation in the merging stage of the mergesort…

Question

question 14
the primary operation in the merging stage of the mergesort is the _ of elements.
select one
a deletion
b. insertion
c comparison
d. combination

Explanation:

Brief Explanations

Merge sort is a sorting algorithm that works by dividing an array into smaller sub - arrays, sorting each sub - array, and then merging the sorted sub - arrays back together. The merging stage of merge sort involves combining two sorted sub - arrays into a single sorted array. This process is based on the comparison of elements from the two sub - arrays.

Answer:

C. Comparison