English
Related papers

Related papers: Line-Broadcasting in Complete k-Trees

200 papers

A broadcast on a connected graph $G=(V,E)$ is a function $f:V\rightarrow \{0,1,\dots,\operatorname{diam}(G)\}$ such that $f(v)\leq e(v)$ (the eccentricity of $v$) for all $v\in V$ if $|V|\geq2$, and $f(v)=1$ if $V=\{v\}$. The cost of $f$ is…

Combinatorics · Mathematics 2021-06-29 Kieka Mynhardt , Elise Marchessault

The broadcasting problem concerns the efficient dissemination of information in graphs. In classical broadcasting, a single originator vertex initially has a message to be transmitted to all vertices. Every vertex which has received the…

Combinatorics · Mathematics 2026-02-02 David Evangelista , Hovhannes A. Harutyunyan , Aram Khanlari

A broadcast graph is a connected graph, $G=(V,E)$, $ |V |=n$, in which each vertex can complete broadcasting of one message within at most $t=\lceil \log n\rceil$ time units. A minimum broadcast graph on $n$ vertices is a broadcast graph…

Discrete Mathematics · Computer Science 2013-12-06 A. Averbuch , R. Hollander Shabtai , Y. Roditty

A broadcast on a connected graph G with vertex set V(G) is a function $f:V(G)\rightarrow \{0, 1, ..., \text{diam}(G)\}$ such that $f(v)\leq e(v)$ (the eccentricity of $v$) for all $v\in V$. A vertex $v$ is said to be broadcasting if…

Combinatorics · Mathematics 2023-06-06 Jules Hoepner , Gary MacGillivray , Kieka Mynhardt

Given a graph $G=(V,E)$ of diameter $d$, a broadcast is a function $f:V(G) \to \{ 0, 1, \dots, d \}$ where $f(v)$ is at most the eccentricity of $v$. A vertex $v$ is broadcasting if $f(v)>0$ and a vertex $u$ hears $v$ if $d(u,v) \leq f(v)$.…

Combinatorics · Mathematics 2024-06-11 Richard C. Brewster , Kiara A. McDonald

Consider the following broadcasting process run on a connected graph $G=(V,E)$. Suppose that $k \ge 2$ agents start on vertices selected from $V$ uniformly and independently at random. One of the agents has a message that she wants to…

Social and Information Networks · Computer Science 2020-03-20 Reaz Huq , Bogumil Kaminski , Atefeh Mashatan , Pawel Pralat , Przemyslaw Szufel

Let $G$ be a connected graph on $n$ vertices and $C$ be an $(n,k,d)$ code with $d\ge 2$, defined on the alphabet set $\{0,1\}^m$. Suppose that for $1\le i\le n$, the $i$-th vertex of $G$ holds an input symbol $x_i\in\{0,1\}^m$ and let…

Information Theory · Computer Science 2020-04-06 Chong Shangguan , Itzhak Tamo

Consider the following broadcasting process run on a connected graph $G=(V,E)$. Suppose that $k \ge 2$ agents start on vertices selected from $V$ uniformly and independently at random. One of the agents has a message that she wants to…

Combinatorics · Mathematics 2022-02-28 Reaz Huq , Pawel Pralat

A broadcast on a graph $G=(V,E)$ is a function $f: V\longrightarrow \{0,\ldots,\operatorname{diam}(G)\}$ such that $f(v)\leq e\_G(v)$ for every vertex $v\in V$, where$\operatorname{diam}(G)$ denotes the diameter of $G$ and $e\_G(v)$ the…

Discrete Mathematics · Computer Science 2020-01-30 Sabrina Bouchouika , Isma Bouchemakh , Eric Sopena

We study the NP-hard problem of approximating a Minimum Routing Cost Spanning Tree in the message passing model with limited bandwidth (CONGEST model). In this problem one tries to find a spanning tree of a graph $G$ over $n$ nodes that…

Distributed, Parallel, and Cluster Computing · Computer Science 2014-06-06 Alexandra Hochuli , Stephan Holzer , Roger Wattenhofer

We consider the well-studied radio network model: a synchronous model with a graph G=(V,E) with |V|=n where in each round, each node either transmits a packet, with length B=Omega(log n) bits, or listens. Each node receives a packet iff it…

Data Structures and Algorithms · Computer Science 2013-02-04 Mohsen Ghaffari , Bernhard Haeupler , Majid Khabbazian

In the Telephone Broadcast problem we are given a graph $G=(V,E)$ with a designated source vertex $s\in V$. Our goal is to transmit a message, which is initially known only to $s$, to all vertices of the graph by using a process where in…

Data Structures and Algorithms · Computer Science 2025-04-21 Yudai Egami , Tatsuya Gima , Tesshu Hanaka , Yasuaki Kobayashi , Michael Lampis , Valia Mitsou , Edouard Nemery , Yota Otachi , Manolis Vasilakis , Daniel Vaz

We revisit the classic broadcast problem, wherein we have $k$ messages, each composed of $O(\log{n})$ bits, distributed arbitrarily across a network. The objective is to broadcast these messages to all nodes in the network. In the…

Distributed, Parallel, and Cluster Computing · Computer Science 2024-04-22 Shashwat Chandra , Yi-Jun Chang , Michal Dory , Mohsen Ghaffari , Dean Leitersdorf

The broadcast model is widely used to describe the process of information dissemination from a single node to all nodes within an interconnected network. In this model, a graph represents the network, where vertices correspond to nodes and…

Discrete Mathematics · Computer Science 2024-12-05 Jinghan Xu , Zhiyuan Li

A broadcast on a nontrivial connected graph G is a function f from V(G) to the set {0,1,...,diam(G)} such that f(v) is at most the eccentricity of v for all vertices v of G. The weight of f is the sum of the function values over V(G). A…

Combinatorics · Mathematics 2021-05-07 C. M. Mynhardt , L. Neilson

We study the single-message broadcast problem in dynamic radio networks. We show that the time complexity of the problem depends on the amount of stability and connectivity of the dynamic network topology and on the adaptiveness of the…

Distributed, Parallel, and Cluster Computing · Computer Science 2016-01-11 Mohamad Ahmadi , Abdolhamid Ghodselahi , Fabian Kuhn , Anisur Rahaman Molla

A broadcast on a nontrivial connected graph G=(V,E) is a function f from V(G) to {0,1,...,diam(G)} such that f(v) does not exceed the eccentricity of v. The cost of f is the sum of the function values. A broadcast f is dominating if each…

Combinatorics · Mathematics 2017-08-22 Kieka Mynhardt , Riana Roux

A broadcast on a connected graph is a function f that assigns each vertex v an integer f(v) with 0 <= f(v) <= ecc(v) where ecc(v) denotes the eccentricity of v. A vertex u hears a broadcasting vertex v (with f(v)>0) if u is at distance at…

Data Structures and Algorithms · Computer Science 2026-05-18 Joanne Dumont , Edouard Nemery , Anthony Perez , Florian Sikora

Broadcasting is an information dissemination primitive where a message originates at a node (called the originator) and is passed to all other nodes in the network. Broadcasting research is motivated by efficient network design and…

Data Structures and Algorithms · Computer Science 2026-05-13 Jeffrey Bringolf , Anne-Laure Ehresmann , Hovhannes A. Harutyunyan

This paper revisits the study of (minimum) broadcast graphs, i.e., graphs enabling fast information dissemination from every source node to all the other nodes (and having minimum number of edges for this property). This study is performed…

Data Structures and Algorithms · Computer Science 2025-03-07 Pierre Fraigniaud , Hovhannes A. Harutyunyan
‹ Prev 1 2 3 10 Next ›