Acquaintance Time of a Graph
Itai Benjamini, Igor Shinkar, Gilad Tsur

TL;DR
This paper introduces the acquaintance time parameter for graphs, analyzes its properties for various graph families, establishes bounds, proves NP-completeness of related decision problems, and provides algorithms for specific cases.
Contribution
It defines and studies the acquaintance time parameter, provides bounds for general graphs, explores computational complexity, and offers algorithms for graphs with small acquaintance time.
Findings
Acquaintance time is bounded by O(n^2 / (log(n)/loglog(n))) for all connected graphs.
Deciding if a graph has acquaintance time ≤ t is NP-complete.
Algorithms are provided for graphs with acquaintance time 1, including randomized and deterministic strategies.
Abstract
We define the following parameter of connected graphs. For a given graph we place one agent in each vertex of . Every pair of agents sharing a common edge is declared to be acquainted. In each round we choose some matching of (not necessarily a maximal matching), and for each edge in the matching the agents on this edge swap places. After the swap, again, every pair of agents sharing a common edge become acquainted, and the process continues. We define the \emph{acquaintance time} of a graph , denoted by , to be the minimal number of rounds required until every two agents are acquainted. We first study the acquaintance time for some natural families of graphs including the path, expanders, the binary tree, and the complete bipartite graph. We also show that for all positive integers and there exists an -vertex graph such that $AC(G)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGraph theory and applications · Complex Network Analysis Techniques · Graph Theory and Algorithms
