English

Algorithms for Dynamic Reeb Graphs

Computational Geometry 2015-07-20 v3 Data Structures and Algorithms

Abstract

We present an algorithm for updating the Reeb graph under fully dynamic changes of the function values. The basic event is the interchange of two consecutive vertex values. The algorithm updates the Reeb graph in O(lgn)O(l g{n}) worst-case deterministic time for each such interchange, where ll is an upper bound on the size of the star of the involved vertices, and g(n) is a worst-case bound for the dynamic graph connectivity problem. Moreover, we argue that O(l)O(l) is a lower bound for this operation in general.

Keywords

Cite

@article{arxiv.1402.2812,
  title  = {Algorithms for Dynamic Reeb Graphs},
  author = {Salman Parsa},
  journal= {arXiv preprint arXiv:1402.2812},
  year   = {2015}
}

Comments

There was a problem with the argument used in the original submission. It seems that the truly dynamic nature of the problem puts it in the category of problems such as dynamic graph connectivity that do not have known poly-logarithmic algorihtms. To see the claims in the abstract and a reduction of the problem to a dynamic graph problem refer to my PhD thesis

R2 v1 2026-06-22T03:06:39.845Z