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 concludes the data structuring course by exploring the concept of lists beyond vectors. It compares the flexibility and computational cost of organizing data using vectors and linked lists. The presentation covers the implementation of linked lists, basic operations' computational cost, and a comparison between lists and arrays.