Bamboo Trimming Revisited: Simple Algorithms Can Do Well Too

01/18/2022
by   John Kuszmaul, et al.
0

The bamboo trimming problem considers n bamboo with growth rates h_1, h_2, …, h_n satisfying ∑_i h_i = 1. During a given unit of time, each bamboo grows by h_i, and then the bamboo-trimming algorithm gets to trim one of the bamboo back down to height 0. The goal is to minimize the height of the tallest bamboo, also known as the backlog. The bamboo trimming problem is closely related to many scheduling problems, and can be viewed as a variation of the widely-studied fixed-rate cup game, but with constant-factor resource augmentation. Past work has given sophisticated pinwheel algorithms that achieve the optimal backlog of 2 in the bamboo trimming problem. It remains an open question, however, whether there exists a simple algorithm with the same guarantee – recent work has devoted considerable theoretical and experimental effort to answering this question. Two algorithms, in particular, have appeared as natural candidates: the Reduce-Max algorithm (which always cuts the tallest bamboo) and the Reduce-Fastest(x) algorithm (which cuts the fastest-growing bamboo of those that have height at least x). Both algorithms are conjectured to achieve backlog 2. This paper improves the bounds for both Reduce-Fastest and Reduce-Max. Among other results, we show that the exact optimal backlog for Reduce-Fastest(x) is x + 1 for all x ≥ 2 and that Reduce-Fastest(1) does not achieve backlog 2, resolving two conjectures of D'Emidio, Di Stefano, and Navarra. Finally, we show that there is a different algorithm, which we call the Deadline-Driven Strategy, that is both very simple and achieves the optimal backlog of 2. This resolves the question as to whether there exists a simple worst-case optimal algorithm for the bamboo trimming problem.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
05/01/2020

Cutting Bamboo Down to Size

This paper studies the problem of programming a robotic panda gardener t...
research
03/31/2020

Drawing Halin-graphs with small height

In this paper, we study how to draw Halin-graphs, i.e., planar graphs th...
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
11/02/2017

On the complexity of optimal homotopies

In this article, we provide new structural results and algorithms for th...
research
10/21/2019

Parametrized Complexity of Expansion Height

Deciding whether two simplicial complexes are homotopy equivalent is a f...
research
04/18/2018

Independent Distributions on a Multi-Branching AND-OR Tree of Height 2

We investigate an AND-OR tree T and a probability distribution d on the ...
research
10/29/2019

Achieving Optimal Backlog in the Vanilla Multi-Processor Cup Game

In each step of the p-processor cup game on n cups, a filler distributes...

Please sign up or login with your details

Forgot password? Click here to reset