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 algorithms, focusing on their formalization and basic components. It covers the representation of problems as data, the formalization of computations through algorithms, and the illustration of simple problem resolutions. The lecture also discusses the distinction between good and bad sequences of operations, the importance of data structuring, and the independence of algorithms from programming languages. Various control structures like sequences, conditionals, loops, and iterations are explained, emphasizing the need for algorithms to terminate correctly for any input. The lecture concludes by highlighting the challenge of ensuring algorithm correctness for all possible inputs.