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 concept of recursion trees with examples, including the master method for solving recurrences. It also delves into the maximum subarray problem, demonstrating the divide-and-conquer approach and finding the maximum subarray crossing the midpoint. Additionally, the lecture explains matrix multiplication, providing definitions and examples of multiplying two matrices using the naive algorithm and the smart divide-and-conquer algorithm.