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 discusses the complexity of algorithms, focusing on the Big-O notation to analyze the efficiency of algorithms. It covers examples of Big-O estimates for polynomials and the factorial function, as well as combinations of functions. The instructor explains how to abstract from the details of function growth and consider the fastest-growing part for large values.