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 introduces Lazy Lists, a class that delays the computation of elements until they are needed, improving efficiency. It covers the definition of Lazy Lists, their comparison to regular lists, methods available, and implementation details. The instructor explains how Lazy Lists can optimize performance in scenarios like combinatorial search.