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 implementation of linked lists in Java, focusing on the concepts of singly linked lists and their operations such as adding, removing, and iterating through elements. The instructor demonstrates the structure of linked lists, the use of iterators, and the implementation of essential methods like size, add, remove, get, and set. Additionally, the lecture includes a practical example of testing linked list functionalities using JUnit assertions.