Please enable JavaScript to use CodeHS

IB Computer Science Higher Level (Year One)

Lesson 15.3 Recursive Sorting

Description

In this lesson, students will use recursive methods to sort an array called Merge Sort. Merge sort is a recursive sorting algorithm that can be used to sort elements in an array or ArrayList. This lesson corresponds with AP Computer Science A topic 10.3.


Objective

Students will be able to:

  • Apply recursive algorithms to sort elements of an array or ArrayList objects