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 basics of procedural and object-oriented programming, followed by a deep dive into abstract data structures and templates in C++. Topics include encapsulation, inheritance, polymorphism, abstract classes, data structures modeling, generic programming, declaration of templates, instantiation, specialization, separate compilation, and the standard library. The lecture also emphasizes the importance of choosing the right data models for efficient algorithm implementation and explores the concept of abstract data structures, their specifications, and implementations.