Programming Fundamentals

Check in week

Reminder: This week is a check-in week, so please make sure to stay around in the lab time for your one-on-one with one of your Tutors.

Part 0: Assignment 2

In this section, we will briefly discuss how assignment 2 is going.

Part 1: Free

Freeing memory is an important part of using C, and of writing linked lists. We will quickly explore an example of what the free function does, and then use it in context!

Part 2: Linked List Exercises

Now, we're going to practice the use of linked lists.

You might want to download and have a look at the following file: linked_list.c.