Skip to main content

Showing 1–13 of 13 results for author: Sagunov, D

.
  1. arXiv:2403.05943  [pdf, ps, other

    cs.DS cs.DM

    Hamiltonicity, Path Cover, and Independence Number: An FPT Perspective

    Authors: Fedor V. Fomin, Petr A. Golovach, Danil Sagunov, Kirill Simonov

    Abstract: The connection between Hamiltonicity and the independence numbers of graphs has been a fundamental aspect of Graph Theory since the seminal works of the 1960s. This paper presents a novel algorithmic perspective on these classical problems. Our contributions are twofold. First, we establish that a wide array of problems in undirected graphs, encompassing problems such as Hamiltonian Path and Cyc… ▽ More

    Submitted 9 March, 2024; originally announced March 2024.

  2. arXiv:2310.09678  [pdf, other

    cs.DS cs.DM

    Tree Containment Above Minimum Degree is FPT

    Authors: Fedor V. Fomin, Petr A. Golovach, Danil Sagunov, Kirill Simonov

    Abstract: According to the classic Chv{á}tal's Lemma from 1977, a graph of minimum degree $δ(G)$ contains every tree on $δ(G)+1$ vertices. Our main result is the following algorithmic "extension" of Chvátal's Lemma: For any $n$-vertex graph $G$, integer $k$, and a tree $T$ on at most $δ(G)+k$ vertices, deciding whether $G$ contains a subgraph isomorphic to $T$, can be done in time… ▽ More

    Submitted 14 October, 2023; originally announced October 2023.

    Comments: Accepted to SODA 2024

  3. arXiv:2307.07456  [pdf, ps, other

    cs.DS

    Turán's Theorem Through Algorithmic Lens

    Authors: Fedor V. Fomin, Petr A. Golovach, Danil Sagunov, Kirill Simonov

    Abstract: The fundamental theorem of Turán from Extremal Graph Theory determines the exact bound on the number of edges $t_r(n)$ in an $n$-vertex graph that does not contain a clique of size $r+1$. We establish an interesting link between Extremal Graph Theory and Algorithms by providing a simple compression algorithm that in linear time reduces the problem of finding a clique of size $\ell$ in an $n$-verte… ▽ More

    Submitted 14 July, 2023; originally announced July 2023.

  4. arXiv:2305.02011  [pdf, ps, other

    cs.DS cs.DM

    Approximating Long Cycle Above Dirac's Guarantee

    Authors: Fedor F. Fomin, Petr A. Golovach, Danil Sagunov, Kirill Simonov

    Abstract: Parameterization above (or below) a guarantee is a successful concept in parameterized algorithms. The idea is that many computational problems admit ``natural'' guarantees bringing to algorithmic questions whether a better solution (above the guarantee) could be obtained efficiently. The above guarantee paradigm has led to several exciting discoveries in the areas of parameterized algorithms and… ▽ More

    Submitted 3 May, 2023; originally announced May 2023.

    Comments: Full version of ICALP 2023 paper

  5. arXiv:2202.03061  [pdf, other

    cs.DS cs.DM math.CO

    Longest Cycle above Erdős-Gallai Bound

    Authors: Fedor V. Fomin, Petr A. Golovach, Danil Sagunov, Kirill Simonov

    Abstract: In 1959, Erdős and Gallai proved that every graph G with average vertex degree ad(G)\geq 2 contains a cycle of length at least ad(G). We provide an algorithm that for k\geq 0 in time 2^{O(k)} n^{O(1)} decides whether a 2-connected n-vertex graph G contains a cycle of length at least ad(G)+k. This resolves an open problem explicitly mentioned in several papers. The main ingredients of our algorithm… ▽ More

    Submitted 7 February, 2022; originally announced February 2022.

  6. arXiv:2201.03318  [pdf, other

    cs.DS cs.DM

    Detours in Directed Graphs

    Authors: Fedor V. Fomin, Petr A. Golovach, William Lochet, Danil Sagunov, Kirill Simonov, Saket Saurabh

    Abstract: We study two "above guarantee" versions of the classical Longest Path problem on undirected and directed graphs and obtain the following results. In the first variant of Longest Path that we study, called Longest Detour, the task is to decide whether a graph has an (s,t)-path of length at least dist_G(s,t)+k (where dist_G(s,t) denotes the length of a shortest path from s to t). Bezáková et al. pro… ▽ More

    Submitted 10 January, 2022; originally announced January 2022.

    Comments: To appear in STACS 2022

  7. arXiv:2011.03619  [pdf, other

    cs.DS

    Algorithmic Extensions of Dirac's Theorem

    Authors: Fedor V. Fomin, Petr A. Golovach, Danil Sagunov, Kirill Simonov

    Abstract: In 1952, Dirac proved the following theorem about long cycles in graphs with large minimum vertex degrees: Every $n$-vertex $2$-connected graph $G$ with minimum vertex degree $δ\geq 2$ contains a cycle with at least $\min\{2δ,n\}$ vertices. In particular, if $δ\geq n/2$, then $G$ is Hamiltonian. The proof of Dirac's theorem is constructive, and it yields an algorithm computing the corresponding cy… ▽ More

    Submitted 11 April, 2024; v1 submitted 6 November, 2020; originally announced November 2020.

    Comments: Appeared at SODA 2022. Major changes from the first version: Lemma 20 strengthened; open questions list reduced

  8. arXiv:2009.04567  [pdf, other

    cs.DS

    Diverse Pairs of Matchings

    Authors: Fedor V. Fomin, Petr A. Golovach, Lars Jaffke, Geevarghese Philip, Danil Sagunov

    Abstract: We initiate the study of the Diverse Pair of (Maximum/ Perfect) Matchings problems which given a graph $G$ and an integer $k$, ask whether $G$ has two (maximum/perfect) matchings whose symmetric difference is at least $k$. Diverse Pair of Matchings (asking for two not necessarily maximum or perfect matchings) is NP-complete on general graphs if $k$ is part of the input, and we consider two restric… ▽ More

    Submitted 9 September, 2020; originally announced September 2020.

    Comments: To appear at ISAAC 2020

    MSC Class: 05C85 ACM Class: F.2.2; G.2.2

  9. arXiv:2003.04605  [pdf, other

    cs.DS

    Maximizing Happiness in Graphs of Bounded Clique-Width

    Authors: Ivan Bliznets, Danil Sagunov

    Abstract: Clique-width is one of the most important parameters that describes structural complexity of a graph. Probably, only treewidth is more studied graph width parameter. In this paper we study how clique-width influences the complexity of the Maximum Happy Vertices (MHV) and Maximum Happy Edges (MHE) problems. We answer a question of Choudhari and Reddy '18 about parameterization by the distance to th… ▽ More

    Submitted 10 March, 2020; originally announced March 2020.

    Comments: Accepted to LATIN 2020

    ACM Class: F.2.0

  10. arXiv:2002.07612  [pdf, ps, other

    cs.DS

    Building large k-cores from sparse graphs

    Authors: Fedor V. Fomin, Danil Sagunov, Kirill Simonov

    Abstract: A popular model to measure network stability is the $k$-core, that is the maximal induced subgraph in which every vertex has degree at least $k$. For example, $k$-cores are commonly used to model the unraveling phenomena in social networks. In this model, users having less than $k$ connections within the network leave it, so the remaining users form exactly the $k$-core. In this paper we study the… ▽ More

    Submitted 7 July, 2020; v1 submitted 18 February, 2020; originally announced February 2020.

    ACM Class: F.2.0

  11. arXiv:1907.06172  [pdf, ps, other

    cs.DS

    On Happy Colorings, Cuts, and Structural Parameterizations

    Authors: Ivan Bliznets, Danil Sagunov

    Abstract: We study the Maximum Happy Vertices and Maximum Happy Edges problems. The former problem is a variant of clusterization, where some vertices have already been assigned to clusters. The second problem gives a natural generalization of Multiway Uncut, which is the complement of the classical Multiway Cut problem. Due to their fundamental role in theory and practice, clusterization and cut problems h… ▽ More

    Submitted 14 July, 2019; originally announced July 2019.

    Comments: Accepted to WG 2019

  12. arXiv:1906.05422  [pdf, ps, other

    cs.DS

    Lower Bounds for the Happy Coloring Problems

    Authors: Ivan Bliznets, Danil Sagunov

    Abstract: In this paper, we study the Maximum Happy Vertices and the Maximum Happy Edges problems (MHV and MHE for short). Very recently, the problems attracted a lot of attention and were studied in Agrawal '17, Aravind et al. '16, Choudhari and Reddy '18, Misra and Reddy '17. Main focus of our work is lower bounds on the computational complexity of these problems. Established lower bounds can be divided i… ▽ More

    Submitted 11 July, 2019; v1 submitted 12 June, 2019; originally announced June 2019.

    Comments: Accepted to COCOON 2019; fixed statement of the problem BRDS; fixed references and affiliations

  13. arXiv:1807.10789  [pdf, ps, other

    cs.DS

    Solving Target Set Selection with Bounded Thresholds Faster than $2^n$

    Authors: Ivan Bliznets, Danil Sagunov

    Abstract: In this paper we consider the Target Set Selection problem. The problem naturally arises in many fields like economy, sociology, medicine. In the Target Set Selection problem one is given a graph $G$ with a function $\operatorname{thr}: V(G) \to \mathbb{N} \cup \{0\}$ and integers $k, \ell$. The goal of the problem is to activate at most $k$ vertices initially so that at the end of the activation… ▽ More

    Submitted 6 September, 2018; v1 submitted 27 July, 2018; originally announced July 2018.

    Comments: Accepted to IPEC 2018; fixed reference in preliminaries