Linked list
In this session, we will focus on singly linked lists. The core of this topic will be primarily covered in the upcoming exercise session. As preparation, it is important that you review the topics from Session 9: Structs and Dynamic Memory Management, and also take another look at the worksheet.
Data Structure Alignment: How It Affects the Size of a Struct
The lecture video is intended as a supplement (focus on Session 9, or just review Session 9, if you are short on time) and provides you with an understanding of how structs are stored in memory.