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 provides a detailed overview of lists, the core data structure used in the upcoming weeks. It covers list construction, decomposition, methods for sublists, element access, creating new lists, finding elements, and implementing functions like last, init, concatenation, reverse, and removeAt. The lecture also includes exercises to implement init, removeAt, flatten, and explores the complexity of list operations.