Online Rainbow Coloring In Graphs
Debasis Dwibedy, Rakesh Mohanty, Arun Khamari

TL;DR
This paper introduces the first online algorithm for rainbow coloring in graphs, analyzing its performance across various graph types and establishing competitive ratios for different graph classes.
Contribution
It proposes the LRUC algorithm for online rainbow coloring and provides competitive analysis, including optimality and ratios for specific graph classes.
Findings
LRUC is optimal for line, tree, and star graphs.
LRUC has a competitive ratio of (2-2/n) for 1-cyclic graphs.
Competitive ratios for wheel and complete graphs are (n-1)/3 and n-1, respectively.
Abstract
Rainbow coloring is a special case of edge coloring, where there must be at least one path between every distinct pair of vertices that consists of different color edges. Here, we may use the same color for the adjacent edges of a graph representing two different paths from a single vertex. In online rainbow coloring, we have no priori knowledge about the vertices and edges of the graph, in fact the edges are available one by one. We have to color an edge as soon as it arrives and before the arrival of the next edge. We can not revoke the coloring decision once it is made. According to our knowledge, there is no study of online rainbow coloring for graphs. In this paper, we make a first attempt to propose an online algorithm named Least Recently Used Color(LRUC) for online rainbow coloring. We analyze the performance of LRUC through competitive analysis. We show that LRUC is optimal for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsOptimization and Search Problems · Advanced Graph Theory Research · Vehicle Routing Optimization Methods
