中文
相关论文

相关论文: Edge-Disjoint Spanning Trees on Star-Product Netwo…

200 篇论文

A spanner graph on a set of points in $R^d$ contains a shortest path between any pair of points with length at most a constant factor of their Euclidean distance. In this paper we investigate new models and aim to interpret why good…

计算几何 · 计算机科学 2015-05-13 Jie Gao , Dengpan Zhou

We present Spanning Tree Autoregressive (STAR) modeling, which can incorporate prior knowledge of images, such as center bias and locality, to maintain sampling performance while also providing sufficiently flexible sequence orders to…

计算机视觉与模式识别 · 计算机科学 2025-11-24 Sangkyu Lee , Changho Lee , Janghoon Han , Hosung Song , Tackgeun You , Hwasup Lim , Stanley Jungkyu Choi , Honglak Lee , Youngjae Yu

This paper considers the \textit{minimum spanning tree (MST)} problem in the Congested Clique model and presents an algorithm that runs in $O(\log \log \log n)$ rounds, with high probability. Prior to this, the fastest MST algorithm in this…

分布式、并行与集群计算 · 计算机科学 2014-12-09 Sriram V. Pemmaraju , Vivek B. Sardeshmukh

Phylogenetic trees are leaf-labelled trees used to model the evolution of species. In practice it is not uncommon to obtain two topologically distinct trees for the same set of species, and this motivates the use of distance measures to…

数据结构与算法 · 计算机科学 2026-03-24 David Mestel , Steven Chaplick , Steven Kelk , Ruben Meuwese

Given a 2-edge connected, unweighted, and undirected graph $G$ with $n$ vertices and $m$ edges, a $\sigma$-tree spanner is a spanning tree $T$ of $G$ in which the ratio between the distance in $T$ of any pair of vertices and the…

数据结构与算法 · 计算机科学 2018-10-03 Davide Bilò , Kleitos Papadopoulos

We introduce and study a novel problem of computing a shortest path tree with a minimum number of non-terminals. It can be viewed as an (unweighted) Steiner Shortest Path Tree (SSPT) that spans a given set of terminal vertices by shortest…

数据结构与算法 · 计算机科学 2025-09-09 Omer Asher , Yefim Dinitz , Shlomi Dolev , Li-on Raviv , Baruch Schieber

We analytically explore the scaling properties of a general class of nested subgraphs in complex networks, which includes the $K$-core and the $K$-scaffold, among others. We name such class of subgraphs $K$-nested subgraphs due to the fact…

无序系统与神经网络 · 物理学 2009-11-13 Bernat Corominas-Murtra , José F. F. Mendes , Ricard V. Solé

Based on solid theoretical foundations, we present strong evidences that a number of real-life networks, taken from different domains like Internet measurements, biological data, web graphs, social and collaboration networks, exhibit…

社会与信息网络 · 计算机科学 2014-02-24 Muad Abu-Ata , Feodor F. Dragan

We consider the probability that a spanning tree chosen uniformly at random from a graph can be partitioned into a fixed number $k$ of trees of equal size by removing $k-1$ edges. In that case, the spanning tree is called {\em splittable}.…

数据结构与算法 · 计算机科学 2026-02-25 David Gillman , Jacob Platnick , Dana Randall

Processing graphs with temporal information (the temporal graphs) has become increasingly important in the real world. In this paper, we study efficient solutions to temporal graph applications using new algorithms for Incremental Minimum…

数据结构与算法 · 计算机科学 2025-05-13 Xiangyun Ding , Yan Gu , Yihan Sun

Finding the maximum number of disjoint spanning trees in a given graph is a well-studied problem with several applications and connections. The Tutte-Nash-Williams theorem provides a min-max relation for this problem which also extends to…

数据结构与算法 · 计算机科学 2025-03-27 Karthekeyan Chandrasekaran , Chandra Chekuri , Weihao Zhu

Symmetries -- whether explicit, latent, or hidden -- are fundamental to understanding topological materials. This work introduces a prototypical spring-mass model that extends beyond established canonical models, revealing topological edge…

介观与纳米尺度物理 · 物理学 2025-03-04 Udbhav Vishwakarma , Murthaza Irfan , Georgios Theocharis , Rajesh Chaunsali

We review results on the scaling of the optimal path length in random networks with weighted links or nodes. In strong disorder we find that the length of the optimal path increases dramatically compared to the known small world result for…

无序系统与神经网络 · 物理学 2015-06-25 L. A. Braunstein , Z. Wu , Y. Chen , S. V. Buldyrev , S. Sreenivasan , T. Kalisky , R. Cohen , E. Lopez , S. Havlin , H. E. Stanley

Stochastic forecasting is critical for efficient decision-making in uncertain systems, such as energy markets and finance, where estimating the full distribution of future scenarios is essential. We propose Diffusion Scenario Tree (DST), a…

机器学习 · 计算机科学 2026-02-16 Stelios Zarifis , Ioannis Kordonis , Petros Maragos

The degree-d spanning tree problem asks for a minimum-weight spanning tree in which the degree of each vertex is at most d. When d=2 the problem is TSP, and in this case, the well-known Christofides algorithm provides a 1.5-approximation…

数据结构与算法 · 计算机科学 2015-06-02 Samir Khuller , Balaji Raghavachari , Neal E. Young

We introduce a new subclass of chordal graphs that generalizes split graphs, which we call well-partitioned chordal graphs. Split graphs are graphs that admit a partition of the vertex set into cliques that can be arranged in a star…

组合数学 · 数学 2020-02-26 Jungho Ahn , Lars Jaffke , O-joung Kwon , Paloma T. Lima

Trees are fundamental data structure for many areas of computer science and system engineering. In this report, we show how to ensure eventual consistency of optimistically replicated trees. In optimistic replication, the different replicas…

数据结构与算法 · 计算机科学 2012-01-10 Stéphane Martin , Mehdi Ahmed-Nacer , Pascal Urso

We show that many graphs with bounded treewidth can be described as subgraphs of the strong product of a graph with smaller treewidth and a bounded-size complete graph. To this end, define the "underlying treewidth" of a graph class…

For a connected graph $G$ of order at least $2$ and $S\subseteq V(G)$, the \emph{Steiner distance} $d_G(S)$ among the vertices of $S$ is the minimum size among all connected subgraphs whose vertex sets contain $S$. Let $n$ and $k$ be two…

组合数学 · 数学 2023-06-22 Yaping Mao , Eddie Cheng , Zhao Wang

In recent years there has been a paradigm shift from the study of local task-related activation to the organization and functioning of large-scale functional and structural brain networks. However, a long-standing challenge in this…

定量方法 · 定量生物学 2025-11-26 Sixtus Dakurah