Algorithms and OOD (CSC 207 2014S) : Outlines

Outline 27: Merge Sort


Held: Wednesday, 5 March 2014

Back to Outline 26 - Quadratic Sorts. On to Outline 28 - Quicksort.

Summary

We consider the merge sort algorithm, our first O(nlogn) sorting algorithm.

Related Pages

Overview

Administrivia

An introduction to merge sort

Analysis

Lab

Copyright (c) 2013-14 Samuel A. Rebelsky.

Creative Commons License

This work is licensed under a Creative Commons Attribution 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.