Achieving Competitiveness in Online Problems

01/08/2020
by   Mustafa Safa Ozdayi, et al.
0

In the setting of online algorithms, the input is initially not present but rather arrive one-by-one over time and after each input, the algorithm has to make a decision. Depending on the formulation of the problem, the algorithm might be allowed to change its previous decisions or not at a later time. We analyze two problems to show that it is possible for an online algorithm to become more competitive by changing its former decisions. We first consider the online edge orientation in which the edges arrive one-by-one to an empty graph and the aim is to orient them in a way such that the maximum in-degree is minimized. We then consider the online bipartite b-matching. In this problem, we are given a bipartite graph where one side of the graph is initially present and where the other side arrive online. The goal is to maintain a matching set such that the maximum degree in the set is minimized. For both of the problems, the best achievable competitive ratio is Θ(log n) over n input arrivals when decisions are irreversible. We study three algorithms for these problems, two for the former and one for the latter, that achieve O(1) competitive ratio by changing O(n) of their decisions over n arrivals. In addition to that, we analyze one of the algorithms, the shortest path algorithm, against an adversary. Through that, we prove some new results about algorithms performance.

READ FULL TEXT
research
03/11/2020

Online Graph Matching Problems with a Worst-Case Reassignment Budget

In the online bipartite matching with reassignments problem, an algorith...
research
04/12/2021

Online Weighted Bipartite Matching with a Sample

We study the classical online bipartite matching problem: One side of th...
research
02/16/2023

The Complexity of Graph Exploration Games

The graph exploration problem asks a searcher to explore an unknown grap...
research
11/27/2020

Group-level Fairness Maximization in Online Bipartite Matching

In typical online matching problems, the goal is to maximize the number ...
research
10/21/2021

Online Bipartite Matching with Predicted Degrees

We propose a model for online graph problems where algorithms are given ...
research
09/18/2023

Maintaining Matroid Intersections Online

Maintaining a maximum bipartite matching online while minimizing recours...
research
02/21/2022

Priority Algorithms with Advice for Disjoint Path Allocation Problems

We analyze the Disjoint Path Allocation problem (DPA) in the priority fr...

Please sign up or login with your details

Forgot password? Click here to reset