=========== Linked list [TOC] =========== 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. :links: Session 9: Structs and Dynamic Memory Management -> doc:session09/page01 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. ---- VIDEO ------------------------------ https://www.youtube.com/embed/k_PHfMeu77A ----------------------------------------- __Slides__ :links: Slides -> https://www.mathematik.uni-ulm.de/numerik/hpc/ss24/hpc0/pdf/s12_1.pdf