Recursive call sequence in merge sort algorithm, demonstrating divide-and-conquer approach.
Diagram showing the recursive method calls of the merge sort algorithm, illustrating how the input array is divided into sub-arrays until only single elements remain, with labeled nodes A through O.