Skip to main content

Showing 1–9 of 9 results for author: Christiansen, A B G

Searching in archive cs. Search in all archives.
.
  1. arXiv:2405.09141  [pdf, other

    cs.DS

    Tree-Packing Revisited: Faster Fully Dynamic Min-Cut and Arboricity

    Authors: Tijn de Vos, Aleksander B. G. Christiansen

    Abstract: A tree-packing is a collection of spanning trees of a graph. It has been a useful tool for computing the minimum cut in static, dynamic, and distributed settings. In particular, [Thorup, Comb. 2007] used them to obtain his dynamic min-cut algorithm with $\tilde O(λ^{14.5}\sqrt{n})$ worst-case update time. We reexamine this relationship, showing that we need to maintain fewer spanning trees for suc… ▽ More

    Submitted 15 May, 2024; originally announced May 2024.

  2. arXiv:2404.18692  [pdf, other

    cs.DS

    Private graph colouring with limited defectiveness

    Authors: Aleksander B. G. Christiansen, Eva Rotenberg, Teresa Anna Steiner, Juliette Vlieghe

    Abstract: Differential privacy is the gold standard in the problem of privacy preserving data analysis, which is crucial in a wide range of disciplines. Vertex colouring is one of the most fundamental questions about a graph. In this paper, we study the vertex colouring problem in the differentially private setting. To be edge-differentially private, a colouring algorithm needs to be defective: a colourin… ▽ More

    Submitted 29 April, 2024; originally announced April 2024.

  3. arXiv:2402.13139  [pdf, other

    cs.DS

    Deterministic Dynamic Edge-Colouring

    Authors: Aleksander B. G. Christiansen

    Abstract: Given a dynamic graph $G$ with $n$ vertices and $m$ edges subject to insertion an deletions of edges, we show how to maintain a $(1+\varepsilon)Δ$-edge-colouring of $G$ without the use of randomisation. More specifically, we show a deterministic dynamic algorithm with an amortised update time of $2^{\tilde{O}_{\log \varepsilon^{-1}}(\sqrt{\log n})}$ using $(1+\varepsilon)Δ$ colours. If… ▽ More

    Submitted 20 February, 2024; originally announced February 2024.

    Comments: 53 pages

  4. arXiv:2311.10616  [pdf, other

    cs.DS

    Sparsity-Parameterised Dynamic Edge Colouring

    Authors: Aleksander B. G. Christiansen, Eva Rotenberg, Juliette Vlieghe

    Abstract: We study the edge-colouring problem, and give efficient algorithms where the number of colours is parameterised by the graph's arboricity, $α$. In a dynamic graph, subject to insertions and deletions, we give a deterministic algorithm that updates a proper $Δ+ O(α)$ edge~colouring in $\operatorname{poly}(\log n)$ amortized time. Our algorithm is fully adaptive to the current value of the maximum d… ▽ More

    Submitted 17 April, 2024; v1 submitted 17 November, 2023; originally announced November 2023.

    Comments: Related version (June 2023): http://dx.doi.org/10.13140/RG.2.2.18471.52648

  5. arXiv:2310.11254  [pdf, ps, other

    math.CO cs.DM

    Triangulations Admit Dominating Sets of Size $2n/7$

    Authors: Aleksander B. G. Christiansen, Eva Rotenberg, Daniel Rutschmann

    Abstract: We show that every planar triangulation on $n>10$ vertices has a dominating set of size $n/7=n/3.5$. This approaches the $n/4$ bound conjectured by Matheson and Tarjan [MT'96], and improves significantly on the previous best bound of $17n/53\approx n/3.117$ by Špacapan [Š'20]. From our proof it follows that every 3-connected $n$-vertex near-triangulation (except for 3 sporadic examples) has a do… ▽ More

    Submitted 23 October, 2023; v1 submitted 17 October, 2023; originally announced October 2023.

  6. arXiv:2211.06858  [pdf, other

    cs.DS

    Improved Dynamic Colouring of Sparse Graphs

    Authors: Aleksander B. G. Christiansen, Krzysztof D. Nowicki, Eva Rotenberg

    Abstract: Given a dynamic graph subject to edge insertions and deletions, we show how to update an implicit representation of a proper vertex colouring, such that colours of vertices are computable upon query time. We give a deterministic algorithm that uses $O(α^2)$ colours for a dynamic graph of arboricity $α$, and a randomised algorithm that uses $O(\min\{α\log α, α\log \log \log n\})$ colours in the obl… ▽ More

    Submitted 13 November, 2022; originally announced November 2022.

  7. arXiv:2210.07363  [pdf, other

    cs.DS

    The Power of Multi-Step Vizing Chains

    Authors: Aleksander B G Christiansen

    Abstract: Recent papers [Ber'2022], [GP'2020], [DHZ'2019] have addressed different variants of the (Δ+ 1)-edge colouring problem by concatenating or gluing together many Vizing chains to form what Bernshteyn [Ber'2022] coined \emph{multi-step Vizing chains}. In this paper, we propose a slightly more general definition of this term. We then apply multi-step Vizing chain constructions to prove combinatorial… ▽ More

    Submitted 29 March, 2023; v1 submitted 13 October, 2022; originally announced October 2022.

    Comments: 42 pages, 5 figures

  8. arXiv:2209.14087  [pdf, ps, other

    cs.DS

    Adaptive Out-Orientations with Applications

    Authors: Aleksander B. G. Christiansen, Jacob Holm, Ivor van der Hoog, Eva Rotenberg, Chris Schwiegelshohn

    Abstract: We give improved algorithms for maintaining edge-orientations of a fully-dynamic graph, such that the out-degree of each vertex is bounded. On one hand, we show how to orient the edges such that the out-degree of each vertex is proportional to the arboricity $α$ of the graph, in a worst-case update time of $O(\log^3 n \log α)$. On the other hand, motivated by applications including dynamic maximal… ▽ More

    Submitted 15 February, 2023; v1 submitted 28 September, 2022; originally announced September 2022.

  9. arXiv:2203.06039  [pdf, other

    cs.DS

    Fully-dynamic $α+ 2$ Arboricity Decomposition and Implicit Colouring

    Authors: Aleksander B. G. Christiansen, Eva Rotenberg

    Abstract: In the implicit dynamic colouring problem, the task is to maintain a representation of a proper colouring as a dynamic graph is subject to insertions and deletions of edges, while facilitating interspersed queries to the colours of vertices. The goal is to use few colours, while still efficiently handling edge-updates and responding to colour-queries. For an n-vertex dynamic graph of arboricity… ▽ More

    Submitted 11 March, 2022; originally announced March 2022.

    Comments: 39 pages, 3 figures