中文
相关论文

相关论文: Falconer-type results for any finite graph with mu…

200 篇论文

Dense subgraph discovery is an important graph-mining primitive with a variety of real-world applications. One of the most well-studied optimization problems for dense subgraph discovery is the densest subgraph problem, where given an…

数据结构与算法 · 计算机科学 2021-10-26 Francesco Bonchi , David García-Soriano , Atsushi Miyauchi , Charalampos E. Tsourakakis

We prove that every $n$-vertex $K_t$-minor-free graph $G$ of maximum degree $\Delta$ has a set $F$ of $O(t^2(\log t)^{1/4}\sqrt{\Delta n})$ edges such that every component of $G - F$ has at most $n/2$ vertices. This is best possible up to…

组合数学 · 数学 2023-10-24 Gwenaël Joret , William Lochet , Michał T. Seweryn

We study the parameterized complexity of #IndSub($\Phi$), where given a graph $G$ and an integer $k$, the task is to count the number of induced subgraphs on $k$ vertices that satisfy the graph property $\Phi$. Focke and Roth [STOC 2022]…

计算复杂性 · 计算机科学 2023-11-16 Simon Döring , Dániel Marx , Philip Wellnitz

An edge $e$ of a graph $G$ is called deletable for some orientation $o$ if the restriction of $o$ to $G-e$ is a strong orientation. Inspired by a problem of Frank, in 2021 H\"orsch and Szigeti proposed a new parameter for $3$-edge-connected…

组合数学 · 数学 2024-12-23 Jan Goedgebeur , Edita Máčajová , Jarne Renders

For a finite collection of graphs ${\cal F}$, the ${\cal F}$-M-DELETION problem consists in, given a graph $G$ and an integer $k$, deciding whether there exists $S \subseteq V(G)$ with $|S| \leq k$ such that $G \setminus S$ does not contain…

数据结构与算法 · 计算机科学 2021-03-12 Julien Baste , Ignasi Sau , Dimitrios M. Thilikos

We study straight-line drawings of graphs where the vertices are placed in convex position in the plane, i.e., \emph{convex drawings}. We consider two families of graph classes with convex drawings: \emph{outer $k$-planar} graphs, where…

离散数学 · 计算机科学 2024-01-29 Steven Chaplick , Myroslav Kryven , Giuseppe Liotta , Andre Löffler , Alexander Wolff

The enormous amount of data to be represented using large graphs exceeds in some cases the resources of a conventional computer. Edges in particular can take up a considerable amount of memory as compared to the number of nodes. However,…

人工智能 · 计算机科学 2023-12-18 Faisal N. Abu-Khzam , Rana H. Mouawi , Amer Hajj Ahmad , Sergio Thoumi

We consider four related problems. (1) Obtaining dimension estimates for the set of exceptional vantage points for the pinned Falconer distance problem. (2) Nonlinear projection theorems, in the spirit of Kaufman, Bourgain, and Shmerkin.…

经典分析与常微分方程 · 数学 2024-02-27 Orit E. Raz , Joshua Zahl

We consider the following problem: for a given graph G and two integers k and d, can we apply a fixed graph operation at most k times in order to reduce a given graph parameter $\pi$ by at least d? We show that this problem is NP-hard when…

组合数学 · 数学 2022-02-18 Felicia Lucke , Felix Mann

For a finite point set $E\subset \mathbb{R}^d$ and a connected graph $G$ on $k+1$ vertices, we define a $G$-framework to be a collection of $k + 1$ points in E such that the distance between a pair of points is specified if the…

组合数学 · 数学 2018-05-22 A. Iosevich , J. Passant

An edge (vertex) cut $X$ of $G$ is $r$-essential if $G-X$ has two components each of which has at least $r$ edges. A graph $G$ is $r$-essentially $k$-edge-connected (resp. $k$-connected) if it has no $r$-essential edge (resp. vertex) cuts…

组合数学 · 数学 2022-08-30 Xiaofeng Gu , Runrun Liu , Gexin Yu

Let $G$ be a nontrivial connected graph of order $n$, and $k$ an integer with $2\leq k\leq n$. For a set $S$ of $k$ vertices of $G$, let $\kappa (S)$ denote the maximum number $\ell$ of edge-disjoint trees $T_1,T_2,...,T_\ell$ in $G$ such…

组合数学 · 数学 2010-12-30 Shasha Li , Wei Li , Xueliang Li

For $k \geq 1$, in a graph $G=(V,E)$, a set of vertices $D$ is a distance $k$-dominating set of $G$, if any vertex in $V\setminus D$ is at distance at most $k$ from some vertex in $D$. The minimum cardinality of a distance $k$-dominating…

For a graph class ${\cal H}$, the graph parameters elimination distance to ${\cal H}$ (denoted by ${\bf ed}_{\cal H}$) [Bulian and Dawar, Algorithmica, 2016], and ${\cal H}$-treewidth (denoted by ${\bf tw}_{\cal H}$) [Eiben et al. JCSS,…

数据结构与算法 · 计算机科学 2022-01-10 Akanksha Agrawal , Lawqueen Kanesh , Daniel Lokshtanov , Fahad Panolan , M. S. Ramanujan , Saket Saurabh , Meirav Zehavi

Various questions related to distances between vertices of simple, finite graphs are of interest to extremal graph theorists. The Steiner distance of a set of $k$ vertices is a natural generalization of the regular distance. We extend…

组合数学 · 数学 2023-02-07 Hua Wang , Andrew Zhang

The $k$-th token graph of a graph $G=(V,E)$ is the graph $F_k(G)$ whose vertices are the $k$-subsets of $V$ and whose edges are all pairs of $k$-subsets $A,B$ such that the symmetric difference of $A$ and $B$ forms an edge in $G$. Let…

组合数学 · 数学 2023-05-05 Alan Lew

The \emph{distance-number} of a graph $G$ is the minimum number of distinct edge-lengths over all straight-line drawings of $G$ in the plane. This definition generalises many well-known concepts in combinatorial geometry. We consider the…

组合数学 · 数学 2008-09-09 Paz Carmi , Vida Dujmović , Pat Morin , David R. Wood

For two integers $r, \ell \geq 0$, a graph $G = (V, E)$ is an $(r,\ell)$-graph if $V$ can be partitioned into $r$ independent sets and $\ell$ cliques. In the parameterized $(r,\ell)$-Vertex Deletion problem, given a graph $G$ and an integer…

数据结构与算法 · 计算机科学 2016-10-12 Julien Baste , Luerbio Faria , Sulamita Klein , Ignasi Sau

Let $G$ be a graph on $n$ vertices and $\mathrm{STAB}_k(G)$ be the convex hull of characteristic vectors of its independent sets of size at most $k$. We study extension complexity of $\mathrm{STAB}_k(G)$ with respect to a fixed parameter…

计算复杂性 · 计算机科学 2017-03-08 Jakub Gajarský , Petr Hliněný , Hans Raj Tiwary

Appearing in different format, Gupta\,(1967), Goldberg\,(1973), Andersen\,(1977), and Seymour\,(1979) conjectured that if $G$ is an edge-$k$-critical graph with $k \ge \Delta +1$, then $|V(G)|$ is odd and, for every edge $e$, $E(G-e)$ is a…

组合数学 · 数学 2018-09-20 Guantao Chen , Guangming Jing
‹ 上一页 1 8 9 10 下一页 ›