Skip to content

Course home

Searching and sorting algorithms

Searching and sorting algorithms

EasyMedium
12345678910111213141516171819
Question 8

A program stores the following list of eight integers. The numbers need sorting into ascending order using a merge sort.

| 15 | -42 | 88 | 0 | -2 | 61 | -11 | 34 |

The first step is to divide the list into individual lists of size one. This has been done for you below:

[15] [-42] [88] [0] [-2] [61] [-11] [34]

Complete the merge sort of the data by showing each step of the merging process.

[3]
Markscheme

Searching and sorting algorithms Questions

  1. GCSE
  2. /Computer Science
  3. /Searching and sorting algorithms

36 exam-style questions on OCR GCSE Computer Science Searching and sorting algorithms. Each one has a worked solution and a mark scheme showing where the marks go.

Question bank