Core Concepts
The author presents efficient algorithms for approximating geometric knapsack problems with near-linear running times, significantly improving existing methods.
Abstract
The content discusses algorithms for solving geometric knapsack problems efficiently. It introduces structured packings like N ∗-boxes and S-boxes for hypercubes and rectangles, achieving (1 + ϵ)-approximations. The dynamic algorithm supports insertion, deletion, estimation, and querying operations. Key techniques include easily guessable packings and an indirect guessing framework.
Stats
Our first result is a (1+ϵ)-approximation algorithm for the d-dimensional geometric knapsack problem with a running time of O(n · poly(log n)).
We present a (2 + ϵ)-approximation algorithm for rectangles with a running time of O(n · poly(log n)).
Dynamic algorithms have polylogarithmic query and update times.