@extends('template') @section('title') Lab 7 Part 1: Weekly Exercises @stop @section('content') # Lab 7: Memory Diagrams and List Processing Exercises [This week's lab exercises](/lectures/exercises_memory_diagrams) focus on understanding memory diagrams by writing "memory reports" and on working with the 'mapping' and 'filtering' patterns we learned about in lecture. Follow the link above, download and open the notebook if you don't already have it open, and use the table of contents to jump down to the "Lab exercises" part. With your partner, work through the exercises there. ## What's Next? If you finish the lab exercises you should move on to the next part of today's lab. @include('/labs/lab07/_toc') @stop