中文
相关论文

相关论文: Spanning Properties of Theta-Theta Graphs

200 篇论文

The diameter of a graph is one if its most important parameters, being used in many real-word applications. In particular, the diameter dictates how fast information can spread throughout data and communication networks. Thus, it is a…

数据结构与算法 · 计算机科学 2019-02-21 Keerti Choudhary , Omer Gold

We show that for every $n\in\mathbb N$ and $\log n\le d\le n$, if a graph $G$ has $N=\Theta(dn)$ vertices and minimum degree $(1+o(1))\frac{N}{2}$, then it contains a spanning subdivision of every $n$-vertex $d$-regular graph.

组合数学 · 数学 2023-09-13 Matías Pavez-Signé

We prove that Y_6 is a spanner. Y_6 is the Yao graph on a set of planar points, which has an edge from each point x to a closest point y within each of the six angular cones of 60 deg surrounding x.

计算几何 · 计算机科学 2010-06-02 Joseph O'Rourke

The toughness of a graph $G$, denoted by $\tau(G)$, is defined by $\tau(G)=$min $\{\frac{|S|}{c(G-S)}:S\subseteq V(G)$ and $c(G-S)\geq2\}$. A graph $G$ is said to be $\tau$-tough if $\tau(G)\geq \tau$. Let $k\geq2$ be an integer. A tree $T$…

组合数学 · 数学 2026-05-01 Caili Jia , Yong Lu

We explore the interaction between connectivity and Lin-Lu-Yau curvature of graphs systematically. The intuition is that connected graphs with large Lin-Lu-Yau curvature also have large connectivity, and vice versa. We prove that the…

组合数学 · 数学 2025-04-22 Kaizhe Chen , Shiping Liu , Zhe You

We consider lower bounds on the number of spanning trees of connected graphs with degree bounded by $d$. The question is of interest because such bounds may improve the analysis of the improvement produced by memorisation in the runtime of…

离散数学 · 计算机科学 2009-02-13 John Michael Robson

The spanning tree packing number of a graph $G$, denoted by $\tau(G)$, is the maximum number of edge-disjoint spanning trees contained in $G$. The study of $\tau(G)$ is one of the classic problems in graph theory. Cioab\u{a} and Wong…

组合数学 · 数学 2022-07-12 Dandan Fan , Xiaofeng Gu , Huiqiu Lin

A $t$-spanner of a weighted undirected graph $G=(V,E)$, is a subgraph $H$ such that $d_H(u,v)\le t\cdot d_G(u,v)$ for all $u,v\in V$. The sparseness of the spanner can be measured by its size (the number of edges) and weight (the sum of all…

数据结构与算法 · 计算机科学 2014-05-01 Michael Elkin , Ofer Neiman , Shay Solomon

In this thesis, we study two different graph problems. The first problem revolves around geometric spanners. Here, we have a set of points in the plane and we want to connect them with straight line segments, such that there is a path…

计算几何 · 计算机科学 2015-09-10 Sander Verdonschot

Most of the common graph layout principles (a.k.a. "aesthetics") on which many graph drawing algorithms are based are easy to define and to perceive. For example, the number of pairs of edges that cross each other, how symmetric a drawing…

人机交互 · 计算机科学 2024-09-24 Gavin J. Mooney , Helen C. Purchase , Michael Wybrow , Stephen G. Kobourov , Jacob Miller

Let $G$ be a connected graph of order $n$. A spanning $k$-tree of $G$ is a spanning tree with the maximum degree at most $k$, and a spanning $k$-ended-tree of $G$ is a spanning tree at most $k$ leaves, where $k\geq2$ is an integer. This…

组合数学 · 数学 2025-06-10 Jifu Lin , Zenan Du , Xinghui Zhao , Lihua You

It is a long standing open problem whether Yao-Yao graphs $\mathsf{YY}_{k}$ are all spanners [li2002sparse]. Bauer and Damian [bauer2013infinite] showed that all $\mathsf{YY}_{6k}$ for $k \geq 6$ are spanners. Li and Zhan [li2016almost]…

计算几何 · 计算机科学 2018-08-14 Yifei Jin , Jian Li , Wei Zhan

We suggest two related conjectures dealing with the existence of spanning irregular subgraphs of graphs. The first asserts that any $d$-regular graph on $n$ vertices contains a spanning subgraph in which the number of vertices of each…

组合数学 · 数学 2021-08-09 Noga Alon , Fan Wei

Greedy Forwarding algorithm is a widely-used routing algorithm for wireless networks. However, it can fail if network topologies (usually modeled by geometric graphs) contain voids. Since Yao Graph and Theta Graph are two types of geometric…

网络与互联网体系结构 · 计算机科学 2013-07-04 Weisheng Si

In this work, we study the color discrepancy of spanning trees in random graphs. We show that for the Erd\H{o}s-R\'enyi random graph $G(n,p)$ with $p$ above the connectivity threshold, the following holds with high probability: in every…

组合数学 · 数学 2025-11-10 Wenchong Chen , Xiao-Chuan Liu , Xu Yang

In 1989, Zehavi and Itai conjectured that every $k$-connected graph contains $k$ independent spanning trees rooted at any prescribed vertex $r$. That is, for each vertex $v$, the unique $r$-$v$ paths within these $k$ spanning trees are…

An $(\alpha,\beta)$-spanner of a weighted graph $G=(V,E)$, is a subgraph $H$ such that for every $u,v\in V$, $d_G(u,v) \le d_H(u,v)\le\alpha\cdot d_G(u,v)+\beta$. The main parameters of interest for spanners are their size (number of edges)…

数据结构与算法 · 计算机科学 2024-11-01 Yuval Gitlitz , Ofer Neiman , Richard Spence

The number of spanning trees of a graph is an important invariant related to topological and dynamic properties of the graph, such as its reliability, communication aspects, synchronization, and so on. However, the practical enumeration of…

离散数学 · 计算机科学 2016-04-05 Zhongzhi Zhang , Shunqi Wu , Mingyun Li , Francesc Comellas

The trapping problem on graph (or network) as a typical focus of great interest has attracted more attention from various science fields, including applied mathematics and theoretical computer science, in the past. Here, we first study this…

离散数学 · 计算机科学 2020-02-28 Fei Ma , Ping Wang

In this paper, we introduce two families of planar and self-similar graphs which have small-world properties. The constructed models are based on an iterative process where each step of a certain formulation of modules results in a final…

组合数学 · 数学 2024-04-19 Muhammed Alaa Morsy , Mohamed Anwar , Abdallah Aboutahoun