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 Union-Find data structure, where sets are represented as linked lists with operations like Make-Set and Union. It also delves into Minimum Spanning Trees, explaining the concept, algorithms like Kruskal's and Prim's, and their implementations.