中文

Dynamic Rank, Basis, and Matching

数据结构与算法 2026-05-12 v1

摘要

We study dynamic algorithms for maintaining fundamental algebraic properties of matrices, specifically, rank, basis, and full-rank submatrices, with applications to maximum matching on dynamic graphs. Prior dynamic algorithms for rank achieve subquadratic update times but scale with the matrix dimension nn, and could not always maintain the corresponding objects such as a basis or maximum full-rank submatrix. We present the first dynamic rank algorithms whose update time scales with the matrix rank rr, achieving O~(r1.405)\tilde O(r^{1.405}) time per entry-update and O~(r1.528+z)\tilde O(r^{1.528}+ z) per column-update, where zz is the number of changed entries. This extends to O~(M1.405)\tilde O(|M|^{1.405}) edge-update time to maintain the size M|M| of a maximum matching. We also give dynamic algorithms for maintaining a column-basis subject to column-updates and a maximum full-rank submatrix subject to entry-updates.

关键词

引用

@article{arxiv.2605.09917,
  title  = {Dynamic Rank, Basis, and Matching},
  author = {Jan van den Brand and Vishal Kumar and Daniel J. Zhang},
  journal= {arXiv preprint arXiv:2605.09917},
  year   = {2026}
}