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 arrays and vectors in C++, including their definition, initialization, direct access to elements, and specific methods. It also introduces the range-for loop control structure and demonstrates the differences between 'à la C' arrays and arrays with multiple indices. The lecture concludes with a presentation and demo of the 'Propagatio' project, showcasing the application of these concepts in determining properties of undirected graphs through function decomposition.