study guides for every class

that actually explain what's on your next test

Merge Sort

from class:

AP Computer Science A

Definition

Merge Sort is an efficient, comparison-based sorting algorithm that divides an unsorted list into smaller sublists, sorts those sublists recursively, and then merges them back together to obtain a sorted list.

congrats on reading the definition of Merge Sort. now let's actually learn it.

ok, let's learn stuff
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.