English

On the work of dynamic constant-time parallel algorithms for regular tree languages and context-free languages

Data Structures and Algorithms 2023-07-20 v1 Formal Languages and Automata Theory

Abstract

Previous work on Dynamic Complexity has established that there exist dynamic constant-time parallel algorithms for regular tree languages and context-free languages under label or symbol changes. However, these algorithms were not developed with the goal to minimise work (or, equivalently, the number of processors). In fact, their inspection yields the work bounds O(n2)O(n^2) and O(n7)O(n^7) per change operation, respectively. In this paper, dynamic algorithms for regular tree languages are proposed that generalise the previous algorithms in that they allow unbounded node rank and leaf insertions, while improving the work bound from O(n2)O(n^2) to O(nϵ)O(n^{\epsilon}), for arbitrary ϵ>0\epsilon > 0. For context-free languages, algorithms with better work bounds (compared with O(n7)O(n^7)) for restricted classes are proposed: for every ϵ>0\epsilon > 0 there are such algorithms for deterministic context-free languages with work bound O(n3+ϵ)O(n^{3+\epsilon}) and for visibly pushdown languages with work bound O(n2+ϵ)O(n^{2+\epsilon}).

Keywords

Cite

@article{arxiv.2307.10131,
  title  = {On the work of dynamic constant-time parallel algorithms for regular tree languages and context-free languages},
  author = {Jonas Schmidt and Thomas Schwentick and Jennifer Todtenhoefer},
  journal= {arXiv preprint arXiv:2307.10131},
  year   = {2023}
}
R2 v1 2026-06-28T11:34:53.476Z