Functional Problem Solving (CSC 151 2016S) : EBoards

CSC151.02 2016S, Class 52: Merge Sort


Overview

Preliminaries

Admin

Reminders

Upcoming Work:

Extra Credit

Academic / Artistic

Peer

Regular Peer

Misc

Questions

Can I take the final on Wednesday afternoon instead of Thurssday morning?

Yes.

Quick notes on merge sort

How is merge sort like ATP/TF sort?

How is merge sort different from ATP/TF sort?

How do you put them back together?

Lab

Lab writeup: NONE

The experiment procedure is your friend.

Reflection

Since it's so easy to merge in ATP/TF sort (that is, the "divide into small/large, sort, shove together" sort), why do we use merge sort instead?

Maybe dividing into small and large is difficult.

Finding the median usually involves sorting. Non-sorting mechanisms that the class came up with are slow.

Why do we have two versions of merge sort?