Y10 05 CT25 Slides
Y10 05 CT25 Slides
Learning objectives
In this lesson you will learn to:
For more detail on this topic, and additional learner activities, refer to
Topic 1.12 of the student book.
© Pearson Education Ltd 2020. Copying permitted for purchasing institution only.
Y10-05-CT25: Merge Sort
Sorting data
In a previous topic, you learned that there are many ready made
algorithms that can be used to perform common actions.
Now, you are going to learn about an algorithm used to sort data in a
list or array.
© Pearson Education Ltd 2020. Copying permitted for purchasing institution only.
Y10-05-CT25: Merge Sort
Merge sort
The merge sort is a commonly used algorithm. It is suitable for
sorting large datasets because of its efficiency.
© Pearson Education Ltd 2020. Copying permitted for purchasing institution only.
Y10-05-CT25: Merge Sort
© Pearson Education Ltd 2020. Copying permitted for purchasing institution only.
Y10-05-CT25: Merge Sort
© Pearson Education Ltd 2020. Copying permitted for purchasing institution only.
Y10-05-CT25: Merge Sort
© Pearson Education Ltd 2020. Copying permitted for purchasing institution only.