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 advanced concepts in generics and subtyping in Java, focusing on LinkedList implementation and List interface. It explains the use of upper and lower bounds, the PECS rule, and the TreeSet class. The instructor demonstrates how to implement methods like add, addAll, addAllInto, and addAllFromAndInto.