CSC151.01 2015S, Class 50: Merge Sort
=====================================

* New partners!

_Overview_

* Preliminaries.
    * Admin.
    * Upcoming Work.
    * Extra Credit.
    * Questions.
* Lab.

Preliminaries
-------------

### Admin

* Don't forget to grab a yellow card.
* Review sessions Thursday at 1:15pm and 8pm.
* Friday is our last day of new material.

### Upcoming Work

* Quiz Friday: Binary search, Sorting.  Our last quiz.
* Exam 4 prologue due Friday night!
* Exam 4 due in electronic form on Monday night.  Our last exam.
* Exam 4 epilogue due Monday night.
* Lab Writeup: 4fgh.  Our last lab writeup.
  <http://bit.ly/151-2015S-lab50>
* Reading for Friday (our last reading):
  [Files in Scheme](../readings/files-reading.html)

### Extra Credit Opportunities

#### Academic 

* PBK Convo, Wednesday (TODAY).
* CS Extras Thursday, Brooks Davis on Unix stuff
* CS Table Friday, Last CS Table of the Year: Planning for next year

#### Peer Support (Morning Section)

* KY's radio show, "We Think We're Funny", 9-10pm Mondays 
* Julia's radio show, "The Hot Box".  Wednesday night/Thursday 
  morning 1:00-2:00 a.m.  
* Baseball, Saturday, Noon and 2:30, Sunday 10:00 and 12:30.
* Cheer for Nick R in the triathalon bike section
* Latin American Music Ensemble Friday in Sebring-Lewis maybe 7

#### Miscellaneous

* Donate to support Nepal.  (List of agencies available via NYTimes)
    * Or put money in boxes labeled appropriately.
    * Fogfast - SGA is tabeling tonight or email to [services] with
      a subject of "Donate a Meal" 

### Other Good Things (no extra credit)

* Triathalon on Saturday (750m swim, 3 mile run, 10 mile bike)
     * Participate! (perhaps as part of a team)

### Questions

Lab
---

     > (write (list "hello" "Erin" 'and "hello albert" 50))
     ("hello" "Erin" and "hello albert" 50)
     > (display (list "hello" "Erin" 'and "hello albert" 50))
     (hello Erin and hello albert 50)

