The Energy Complexity of BFS in Radio Networks
Yi-Jun Chang, Varsha Dani, Thomas P. Hayes, Seth Pettie

TL;DR
This paper investigates the energy complexity of fundamental graph problems in radio networks, showing that BFS can be solved with sub-polynomial energy, unlike Diameter which requires linear energy, highlighting diverse complexity landscapes.
Contribution
It introduces a sub-polynomial energy algorithm for BFS in radio networks and demonstrates that some problems like Diameter require linear energy, revealing varied energy complexities.
Findings
BFS has sub-polynomial energy complexity, at most 2^{O(√log n log log n)}.
Diameter computation requires linear energy, Ω(n).
Energy complexity varies significantly among different problems.
Abstract
We consider a model of energy complexity in Radio Networks in which transmitting or listening on the channel costs one unit of energy and computation is free. This simplified model captures key aspects of battery-powered sensors: that battery life is most influenced by transceiver usage, and that at low transmission powers, the actual cost of transmitting and listening are very similar. The energy complexity of tasks in single-hop networks is well understood. Recent work of Chang et al. considered energy complexity in multi-hop networks and showed that admits an energy-efficient protocol, by which we mean each of the nodes in the network spends energy. This work left open the strange possibility that all natural problems in multi-hop networks might admit such an energy-efficient solution. In this paper we prove that the landscape of…
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
TopicsMobile Ad Hoc Networks · Cooperative Communication and Network Coding · Optimization and Search Problems
