Computer Science 252
Problem Solving with Java
Fall 2014, The College of Saint Rose
Lecture 26: Sorting; Concurrency; Programming Without Objectdraw
Date: Thursday, December 4, 2014
Agenda
- Announcements
- Lab 8: Final Project implementation phase continues
- Final exam information
- review time: Tuesday, December 9, 9:00 PM
- exam: Thursday, December 11, 10:45-1:15
- practice exam is out
- Lecture 25 assignment recap
- A bit on sorting
- selection sort
- insertion sort
- merge sort
- Concurrency
- Applets without Objectdraw
- What's next?
- Course evaluations
No New Lecture Assignment
Obviously. Finish up your projects and get ready for the exam.
Terminology
- selection sort
- insertion sort
- merge sort
- threads
- interference
- race condition
- process/thread synchronization
- class variables
Examples
Links