Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the concept of dynamically allocated data, focusing on linked lists and comparing them with arrays/vectors. It explains the advantages of arrays/vectors in terms of memory access cost and introduces linked lists as an alternative data structure with lower computational cost for adding and removing elements under certain conditions.