Due two hours before your scheduled lab next week.

Welcome to week 5! The focus of this week's assignment is debugging tools: gdb and valgrind, as well as more linked list practice.

You do NOT need to attend lab, and you do NOT need to turn in the warmup - the warmup consists of a tutorial an lldb, a debugger on the mac. You may also use gdb if you are not on a mac. The second warmup provides the setup for your homework. It has one required problem and two optional problems (for those who want to work with a partner on exercises to prepare them for the homework).

Warm-up1: lldb tutorial

Warm-up2: structs & LLists

HW 5