cs230 Lecture Notes Week 3, Thursday For today you should have read Chapters 10, 11 and 12 and prepared for a quiz. Also, you should have started hw2 and maybe finished the first part (splitting the Card class into a Card and a Deck class). For next time you should finish Homework 2. For the second part, you need to know about mergeSort, which is the topic for today. Quiz 3 solutions ---------------- Sorting ------- How do people sort things? What people do is not usually an algorithm we can express simply. Suggestion: take advantage of symmetry. Sorting is remarkably similar to shuffling. Selection sort: for (int i=0; i