Skip to main content

Showing 1–3 of 3 results for author: Tsin, Y H

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

    cs.DS

    A simple linear-time algorithm for generating auxiliary 3-edge-connected subgraphs

    Authors: Yung H. Tsin

    Abstract: A linear-time algorithm for generating auxiliary subgraphs for the 3-edge-connected components of a connected multigraph is presented. The algorithm uses an innovative graph contraction operation and makes only one pass over the graph. By contrast, the previously best-known algorithms make multiple passes over the graph to decompose it into its 2-edge-connected components or 2-vertex-connected com… ▽ More

    Submitted 24 September, 2023; originally announced September 2023.

    Comments: 21 pages, 1 figure

  2. arXiv:2306.14103  [pdf, ps, other

    cs.DS

    On finding 2-cuts and 3-edge-connected components in parallel

    Authors: Yung H. Tsin

    Abstract: Given a connected undirected multigraph G (a graph that may contain parallel edges), the algorithm of [19] finds the 3-edge-connected components of $G$ in linear time using an innovative graph contraction technique based on a depth-first search. In [21], it was shown that the algorithm can be extended to produce a Mader construction sequence for each 3-edge-connected component, a cactus representa… ▽ More

    Submitted 24 June, 2023; originally announced June 2023.

    Comments: 14 pages, 2 figures. arXiv admin note: text overlap with arXiv:2002.04727

  3. arXiv:2002.04727  [pdf, ps, other

    cs.DS

    A simple certifying algorithm for 3-edge-connectivity

    Authors: Yung H. Tsin

    Abstract: A linear-time certifying algorithm for 3-edge-connectivity is presented. Given an undirected graph G, if G is 3-edge-connected, the algorithm generates a construction sequence as a positive certificate for G. Otherwise, the algorithm decomposes G into its 3-edge-connected components and at the same time generates a construction sequence for each connected component as well as the bridges and a cac… ▽ More

    Submitted 29 January, 2022; v1 submitted 11 February, 2020; originally announced February 2020.

    Comments: Section 3.2 has been rewritten to improve clarity. In Section 3.3, the correctness proof is elaborated. Figures 5 and 8 are shifted to the end as an appendix. Their captions are more detailed