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 the concept of lazy lists, allowing the computation of elements only when needed, enabling the definition of infinite lists like all integers or prime numbers using techniques such as the Sieve of Eratosthenes.