English
Related papers

Related papers: On the FirstFit Algorithm for Online Unit-Interval…

200 papers

We introduce learning augmented algorithms to the online graph coloring problem. Although the simple greedy algorithm FirstFit is known to perform poorly in the worst case, we are able to establish a relationship between the structure of…

Data Structures and Algorithms · Computer Science 2023-12-04 Antonios Antoniadis , Hajo Broersma , Yang Meng

First-fit is the online graph coloring algorithm that considers vertices one at a time in some order and assigns each vertex the least positive integer not used already on a neighbor. The maximum number of colors used by first-fit on graph…

Combinatorics · Mathematics 2015-06-02 H. A. Kierstead , David A. Smith , W. T. Trotter

In Raman (2007), using a column construction technique it is proved that every interval graph can be colored online with First Fit with at most $8w(G)$ colors, where $w(G)$ is the size of the maximum clique of $G$. Since the column…

Data Structures and Algorithms · Computer Science 2013-12-05 Paraskevas V. Lekeas

We study the online graph coloring problem restricted to the intersection graphs of intervals with lengths in $[1,\sigma]$. For $\sigma=1$ it is the class of unit interval graphs, and for $\sigma=\infty$ the class of all interval graphs.…

Kierstead and Trotter (Congressus Numerantium 33, 1981) proved that their algorithm is an optimal online algorithm for the online interval coloring problem. In this paper, for online unit interval coloring, we show that the number of colors…

Data Structures and Algorithms · Computer Science 2016-11-03 Tetsuya Araki , Koji M. Kobayashi

Interval-constrained online bipartite matching problem frequently occurs in medical appointment scheduling: Unit-time jobs representing patients arrive online and are assigned to a time slot within their given feasible time interval. We…

Data Structures and Algorithms · Computer Science 2025-08-15 Andreas Abels , Mariia Anapolska , Christina Büsing

We resolve a number of long-standing open problems in online graph coloring. More specifically, we develop tight lower bounds on the performance of online algorithms for fundamental graph classes. An important contribution is that our…

Data Structures and Algorithms · Computer Science 2017-07-04 Susanne Albers , Sebastian Schraink

We define the problem as a two-player game between Algorithm and Builder. The game is played in rounds. Each round, Builder presents an interval that is neither contained in nor contains any previously presented interval. Algorithm…

Combinatorics · Mathematics 2025-02-26 Israel R. Curbelo , Hannah R. Malko

We study a version of online edge coloring, where the goal is to color as many edges as possible using only a given number, $k$, of available colors. All of our results are with regard to competitive analysis. Previous attempts to identify…

Data Structures and Algorithms · Computer Science 2016-10-26 Lene M. Favrholdt , Jesper W. Mikkelsen

We study the online coloring of $\sigma$-interval graphs, which are interval graphs with interval lengths in $[1,\sigma]$ and 2-count interval graphs, which are interval graphs that require at most two distinct interval lengths. For…

Data Structures and Algorithms · Computer Science 2026-05-01 Israel R. Curbelo

We study a geometric facility location problem under imprecision. Given $n$ unit intervals in the real line, each with one of $k$ colors, the goal is to place one point in each interval such that the resulting \emph{minimum color-spanning…

Computational Geometry · Computer Science 2024-10-07 Ankush Acharyya , Vahideh Keikha , Maria Saumell , Rodrigo I. Silveira

We consider the discrepancy problem of coloring $n$ intervals with $k$ colors such that at each point on the line, the maximal difference between the number of intervals of any two colors is minimal. Somewhat surprisingly, a coloring with…

Data Structures and Algorithms · Computer Science 2010-12-20 Antonios Antoniadis , Falk Hüffner , Pascal Lenzner , Carsten Moldenhauer , Alexander Souza

The main goal of this paper is to formalize and explore a connection between chromatic properties of graphs with geometric representations and competitive analysis of on-line algorithms, which became apparent after the recent construction…

Data Structures and Algorithms · Computer Science 2016-12-30 Tomasz Krawczyk , Bartosz Walczak

The on-line interval coloring and its variants are important combinatorial problems with many applications in network multiplexing, resource allocation and job scheduling. In this paper we present a new lower bound of $4.1626$ for the…

Combinatorics · Mathematics 2017-04-18 Patryk Mikos

We consider a graph coloring algorithm that processes vertices in order taken uniformly at random and assigns colors to them using First-Fit strategy. We show that this algorithm uses, in expectation, at most $(1 + o(1))\cdot \ln n \,/\,…

Discrete Mathematics · Computer Science 2024-08-09 Bartłomiej Bosek , Grzegorz Gutowski , Michał Lasoń , Jakub Przybyło

In this paper we study the problem of coloring a unit interval graph which changes dynamically. In our model the unit intervals are added or removed one at the time, and have to be colored immediately, so that no two overlapping intervals…

Discrete Mathematics · Computer Science 2022-02-17 Bartłomiej Bosek , Anna Zych-Pawlewicz

We consider a natural extension of online makespan scheduling on identical parallel machines by introducing scenarios. A scenario is a subset of jobs, and the task of our problem is to find a global assignment of the jobs to machines so…

Data Structures and Algorithms · Computer Science 2025-12-10 Ekin Ergen

We introduce the fully-dynamic conflict-free coloring problem for a set $S$ of intervals in $\mathbb{R}^1$ with respect to points, where the goal is to maintain a conflict-free coloring for$S$ under insertions and deletions. A coloring is…

Computational Geometry · Computer Science 2019-01-16 Mark de Berg , Tim Leijsen , André van Renssen , Marcel Roeloffzen , Aleksandar Markovic , Gerhard Woeginger

A \emph{mixed interval graph} is an interval graph that has, for every pair of intersecting intervals, either an arc (directed arbitrarily) or an (undirected) edge. We are particularly interested in scenarios where edges and arcs are…

Discrete Mathematics · Computer Science 2024-08-09 Grzegorz Gutowski , Konstanty Junosza-Szaniawski , Felix Klesen , Paweł Rzążewski , Alexander Wolff , Johannes Zink

We consider the dynamic graph coloring problem restricted to the class of interval graphs. At each update step the algorithm is presented with an interval to be colored, or a previously colored interval to delete. The goal of the algorithm…

Data Structures and Algorithms · Computer Science 2020-01-28 Girish Raguvir J , Manas Jyoti Kashyop , N. S. Narayanaswamy
‹ Prev 1 2 3 10 Next ›