Algorithms

EasyMediumHard
1234567891011121314151617181920212223242526272829303132333435363738
Question 18
Medium

An environmental satellite records the maximum daily surface temperature of a planetary region over a period of time. A data processing pipeline uses a merge sort algorithm to arrange these recorded temperatures in ascending order.

Describe how the merge sort algorithm works to sort this list of temperatures.

[4]

Algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Algorithms