Functional Problem Solving (CSC 151 2015F) : EBoards

CSC151.01 2015F, Class 54: Merge Sort


Overview

Preliminaries

Admin

Upcoming Work

Extra Credit Opportunities

Academic

Peer Support

Questions

Can I ask a question on the exam in class?

The exam was due last night. You can ask a question about turning it in, but that's about it.

I took an extension, can I ask you via email or in office hours?

Yes. (See, Whee, Yeagh, ...)

Should we wait until we turn in the exam to turn in the cover sheet?

Yes.

Attachment?

Yes.

Lab

How to compute log base 2

(define log2 (lambda (x) (/ (log x) (log 2))))

For extra 1, the values have the form '("Last" "First"), so your comparison should look like

(define compare-names
  (lambda (name1 name2)
    ...))