Skip to main content

Showing 1–6 of 6 results for author: Guśpiel, G

.
  1. arXiv:2307.01732  [pdf, other

    math.CO cs.DM cs.DS

    Sparse Graphs of Twin-width 2 Have Bounded Tree-width

    Authors: Benjamin Bergougnoux, Jakub Gajarský, Grzegorz Guśpiel, Petr Hliněný, Filip Pokrývka, Marek Sokołowski

    Abstract: Twin-width is a structural width parameter introduced by Bonnet, Kim, Thomassé and Watrigant [FOCS 2020]. Very briefly, its essence is a gradual reduction (a contraction sequence) of the given graph down to a single vertex while maintaining limited difference of neighbourhoods of the vertices, and it can be seen as widely generalizing several other traditional structural parameters. Having such a… ▽ More

    Submitted 4 July, 2023; originally announced July 2023.

    MSC Class: 05C75; 68R10

  2. arXiv:1901.01926  [pdf, other

    cs.DS

    An in-place, subquadratic algorithm for permutation inversion

    Authors: Grzegorz Guśpiel

    Abstract: We assume the permutation $π$ is given by an $n$-element array in which the $i$-th element denotes the value $π(i)$. Constructing its inverse in-place (i.e. using $O(\log{n})$ bits of additional memory) can be achieved in linear time with a simple algorithm. Limiting the numbers that can be stored in our array to the range $[1...n]$ still allows a straightforward $O(n^2)$ time solution. The time c… ▽ More

    Submitted 21 April, 2020; v1 submitted 7 January, 2019; originally announced January 2019.

  3. arXiv:1709.06805  [pdf, ps, other

    cs.CC

    Complexity of Finding Perfect Bipartite Matchings Minimizing the Number of Intersecting Edges

    Authors: Grzegorz Guśpiel

    Abstract: Consider a problem where we are given a bipartite graph H with vertices arranged on two horizontal lines in the plane, such that the two sets of vertices placed on the two lines form a bipartition of H. We additionally require that H admits a perfect matching and assume that edges of H are embedded in the plane as segments. The goal is to compute the minimal number of intersecting edges in a perfe… ▽ More

    Submitted 22 December, 2017; v1 submitted 20 September, 2017; originally announced September 2017.

  4. On an extremal problem for poset dimension

    Authors: Grzegorz Guśpiel, Piotr Micek, Adam Polak

    Abstract: Let $f(n)$ be the largest integer such that every poset on $n$ elements has a $2$-dimensional subposet on $f(n)$ elements. What is the asymptotics of $f(n)$? It is easy to see that $f(n)\geqslant n^{1/2}$. We improve the best known upper bound and show $f(n)=\mathcal{O}(n^{2/3})$. For higher dimensions, we show $f_d(n)=\mathcal{O}\left(n^\frac{d}{d+1}\right)$, where $f_d(n)$ is the largest integer… ▽ More

    Submitted 3 November, 2017; v1 submitted 29 April, 2017; originally announced May 2017.

    Comments: removed proof of Theorem 3 duplicating previous work; fixed typos and references

  5. The Partial Visibility Representation Extension Problem

    Authors: Steven Chaplick, Grzegorz Guśpiel, Grzegorz Gutowski, Tomasz Krawczyk, Giuseppe Liotta

    Abstract: For a graph $G$, a function $ψ$ is called a \emph{bar visibility representation} of $G$ when for each vertex $v \in V(G)$, $ψ(v)$ is a horizontal line segment (\emph{bar}) and $uv \in E(G)$ iff there is an unobstructed, vertical, $\varepsilon$-wide line of sight between $ψ(u)$ and $ψ(v)$. Graphs admitting such representations are well understood (via simple characterizations) and recognizable in l… ▽ More

    Submitted 30 August, 2016; v1 submitted 1 December, 2015; originally announced December 2015.

    Comments: Appears in the Proceedings of the 24th International Symposium on Graph Drawing and Network Visualization (GD 2016)

    MSC Class: 68U05 ACM Class: I.3.5

  6. Universal targets for homomorphisms of edge-colored graphs

    Authors: Grzegorz Guśpiel, Grzegorz Gutowski

    Abstract: A $k$-edge-colored graph is a finite, simple graph with edges labeled by numbers $1,\ldots,k$. A function from the vertex set of one $k$-edge-colored graph to another is a homomorphism if the endpoints of any edge are mapped to two different vertices connected by an edge of the same color. Given a class $\mathcal{F}$ of graphs, a $k$-edge-colored graph $\mathbb{H}$ (not necessarily with the underl… ▽ More

    Submitted 21 November, 2016; v1 submitted 26 August, 2015; originally announced August 2015.

    MSC Class: 05C15; 05C60 ACM Class: G.2.2