Functional Problem Solving (CSC 151 2014F) : Outlines

Outline 52: Merge Sort


Held: Friday, 5 December 2014

Back to Outline 51 - Project Assessment: Algorithms. On to Outline 53 - Objects in Scheme.

Summary

We continue our exploration of sorting by considering the applicability of divide-and-conquer to the problem of sorting. We look at one particular divide-and-conquer algorithm, merge sort. We explore how the running time for that algorithm varies based on the number of values we are sorting.

Related Pages

Overview

Administrivia

Upcoming Work

Extra Credit Opportunities

Academic

Peer Support

Key Ideas of Merge Sort

An Alternate Implementation

The Costs of Merge Sort

Lab