Dynamic connectivity

Home > Computer Science > Algorithms and data structures > Disjoint Set Union > Dynamic connectivity

This refers to determining if two vertices in a graph are connected after the addition or removal of edges. The DSU data structure can be used to maintain the connectivity information of the graph in real-time.