QUESTION IMAGE
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
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.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
C. Comparison