Energy Constrained Depth First Search

09/28/2017
by   Shantanu Das, et al.
0

Depth first search is a natural algorithmic technique for constructing a closed route that visits all vertices of a graph. This paper considers a variant of such search strategies for edge-weighted trees, where the length of each route is bounded by a positive integer B (e.g. due to limited energy resources of the searcher). The objective is to cover all the edges of a tree T using the minimum number of routes, each starting and ending at the root and each being of length at most B. To this end, we analyze the following natural greedy tree traversal process that is based on decomposing a depth first search traversal into a sequence of limited length routes. Given any arbitrary depth first search traversal R of the tree T, we cover R with routes R_1,...,R_l, each of length at most B such that: R_i starts at the root, reaches directly the farthest point of R visited by R_i-1, then R_i continues along the path R as far as possible, and finally R_i returns to the root. We call the above algorithm piecemeal-DFS and we prove that it achieves the asymptotically minimal number of routes l, regardless of the choice of R. Our analysis also shows that the total length of the traversal (and thus the traversal time) of piecemeal-DFS is asymptotically minimum for any piecemeal exploration, again regardless of the choice of the original depth first search traversal R. The fact that R can be chosen arbitrarily makes our approach suitable for construction of distributed and online algorithms, i.e., when the input tree T is not known in advance, R_i's can be constructed locally without any knowledge of the yet unvisited part of T. Moreover, our results show that depth first search is efficient for energy constrained exploration of trees, even though it is known that the same does not hold for the exploration of arbitrary graphs.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
06/27/2018

Dynamic Trees with Almost-Optimal Access Cost

An optimal binary search tree for an access sequence on elements is a st...
research
07/18/2019

A Constant Factor Approximation for Capacitated Min-Max Tree Cover

Given a graph G=(V,E) with non-negative real edge lengths and an integer...
research
02/19/2018

Maximal Exploration of Trees with Energy-Constrained Agents

We consider the problem of exploring an unknown tree with a team of k in...
research
11/01/2019

Obstructions for bounded shrub-depth and rank-depth

Shrub-depth and rank-depth are dense analogues of the tree-depth of a gr...
research
08/19/2022

Counterexamples expose gaps in the proof of time complexity for cover trees introduced in 2006

This paper is motivated by the k-nearest neighbors search: given an arbi...
research
02/21/2019

Covering a tree with rooted subtrees

We consider the multiple traveling salesman problem on a weighted tree. ...
research
09/13/2023

Asynchronous Collective Tree Exploration by Tree-Mining

We investigate the problem of collaborative tree exploration with comple...

Please sign up or login with your details

Forgot password? Click here to reset