Please enable JavaScript to use CodeHS

AP Computer Science A (Nitro)

Lesson 10.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