CSC151.02, Class 47: Merge Sort Admin: * Guessing game due Wednesday at 5pm. Questions? * Read "CGI Scripting" for tomorrow. Overview: * Questions? * Lab * Reflection Let's talk our way through the split procedurea * Repeatedly chop one element off of remaining and shove it on revacc * If you do this N/2 times, you've split the list in half. Reflection: * When you merge the lists of names, they should be sorted by both last and first! * So, how do you do that? (lambda (name1 name2) ...)