Class EvenShiloachGraphDecrementalConnectivity<V>

  • All Implemented Interfaces:
    GraphDecrementalConnectivity<V>

    public class EvenShiloachGraphDecrementalConnectivity<V>
    extends Object
    implements GraphDecrementalConnectivity<V>
    Implementing the Even-Shiloach algorithm (see https://dl.acm.org/doi/10.1145/322234.322235) Due to time computation optimizations, this current implementation is only for graphs which initially have ONLY ONE connected component. If more, an exception is thrown.
    Author:
    Geoffroy Jamgotchian , Florian Dupuy