CMSC 12300: Computer Science with Applications III
The University of Chicago, Spring 2022
Code snippets from lectures
- Lecture 3: 1-grams and using less memory
- Lecture 4: Top k most frequent
- Lecture 5: Multi-process max
- Lectures 7-8: Word count on MapReduce with mrjob
- Lecture 8: MapReduce examples
- Lecture 9: More MapReduce examples
- Lectures 10-11: C example
- Lectures 12-13: Leap Year (C conditionals)
- Lectures 13-14: Loops in C
- Lectures 14-15: Arrays in C
- Lecture 16: Strings in C
- Lecture 16: Multidimensional arrays in C
- Lecture 17: structs in C