Cutting Bamboo Down to Size

05/01/2020
by   Davide Bilò, et al.
0

This paper studies the problem of programming a robotic panda gardener to keep a bamboo garden from obstructing the view of the lake by your house. The garden consists of n bamboo stalks with known daily growth rates and the gardener can cut at most one bamboo per day. As a computer scientist, you found out that this problem has already been formalized in [Gąsieniec et al., SOFSEM'17] as the Bamboo Garden Trimming (BGT) problem, where the goal is that of computing a perpetual schedule (i.e., the sequence of bamboos to cut) for the robotic gardener to follow in order to minimize the makespan, i.e., the maximum height ever reached by a bamboo. Two natural strategies are Reduce-Max and Reduce-Fastest(x). Reduce-Max trims the tallest bamboo of the day, while Reduce-Fastest(x) trims the fastest growing bamboo among the ones that are taller than x. It is known that Reduce-Max and Reduce-Fastest(x) achieve a makespan of O(log n) and 4 for the best choice of x=2, respectively. We prove the first constant upper bound of 9 for Reduce-Max and improve the one for Reduce-Fastest(x) to 3+√(5)/2 < 2.62 for x=1+1/√(5). Another critical aspect stems from the fact that your robotic gardener has a limited amount of processing power and memory. It is then important for the algorithm to be able to quickly determine the next bamboo to cut while requiring at most linear space. We formalize this aspect as the problem of designing a Trimming Oracle data structure, and we provide three efficient Trimming Oracles implementing different perpetual schedules, including those produced by Reduce-Max and Reduce-Fastest(x).

READ FULL TEXT

page 1

page 2

page 3

page 4

research
11/23/2019

Smoothed complexity of local Max-Cut and binary Max-CSP

We show that the smoothed complexity of the FLIP algorithm for local Max...
research
01/18/2022

Bamboo Trimming Revisited: Simple Algorithms Can Do Well Too

The bamboo trimming problem considers n bamboo with growth rates h_1, h_...
research
12/27/2018

Complex Semidefinite Programming and Max-k-Cut

In a second seminal paper on the application of semidefinite programming...
research
04/24/2020

A 12/7-approximation algorithm for the discrete Bamboo Garden Trimming problem

We study the discrete Bamboo Garden Trimming problem (BGT), where we are...
research
02/03/2022

Perpetual maintenance of machines with different urgency requirements

A garden G is populated by n≥ 1 bamboos b_1, b_2, ..., b_n with the resp...
research
02/09/2021

Max-Cut via Kuramoto-type Oscillators

We consider the Max-Cut problem. Let G = (V,E) be a graph with adjacency...

Please sign up or login with your details

Forgot password? Click here to reset