CMSC 12300 and CAPP 30123: Computer Science with Applications III
The University of Chicago, Spring 2016
Code snippets from lectures
- Lecture 1: 1-grams and using less memory
- Lecture 3: Multi-process max
- Lectures 5 & 6: Top k most frequent
- Lecture 7: Top k streaming
- Lecture 7: Word count on MapReduce with mrjob
- Lecture 9: MapReduce examples
- Lecture 19: Concurrency
- Lecture 20: Concurrency
- Lecture 21: Synchronization
- Lecture 22: Synchronization