Parameterized dynamic data structure for Split Completion
Data Structures and Algorithms
2024-02-15 v1
Abstract
We design a randomized data structure that, for a fully dynamic graph updated by edge insertions and deletions and integers fixed upon initialization, maintains the answer to the Split Completion problem: whether one can add edges to to obtain a split graph. The data structure can be initialized on an edgeless -vertex graph in time , and the amortized time complexity of an update is . The answer provided by the data structure is correct with probability .
Cite
@article{arxiv.2402.08816,
title = {Parameterized dynamic data structure for Split Completion},
author = {Konrad Majewski and Michał Pilipczuk and Anna Zych-Pawlewicz},
journal= {arXiv preprint arXiv:2402.08816},
year = {2024}
}
Comments
25 pages, 2 figures