𝔖 Bobbio Scriptorium
✦   LIBER   ✦

Efficient algorithms for acyclic colorings of graphs

✍ Scribed by Zhi-Zhong Chen


Publisher
Elsevier Science
Year
2000
Tongue
English
Weight
209 KB
Volume
230
Category
Article
ISSN
0304-3975

No coin nor oath required. For personal study only.


πŸ“œ SIMILAR VOLUMES


Acyclic edge colorings of graphs
✍ Noga Alon; Benny Sudakov; Ayal Zaks πŸ“‚ Article πŸ“… 2001 πŸ› John Wiley and Sons 🌐 English βš– 102 KB

## Abstract A proper coloring of the edges of a graph __G__ is called __acyclic__ if there is no 2‐colored cycle in __G__. The __acyclic edge chromatic number__ of __G__, denoted by __aβ€²__(__G__), is the least number of colors in an acyclic edge coloring of __G__. For certain graphs __G__, __aβ€²__(_

Acyclic colorings of planar graphs
✍ Wayne Goddard πŸ“‚ Article πŸ“… 1991 πŸ› Elsevier Science 🌐 English βš– 223 KB
Acyclic edge-colorings of sparse graphs
✍ Y. Caro; Y. Roditty πŸ“‚ Article πŸ“… 1994 πŸ› Elsevier Science 🌐 English βš– 393 KB

A k-forest is a forest in which the maximum degree is k. The k-arboricity denoted Ak(G) is the minimum number of k-forests whose union is the graph G. We show that if G is an m-degenerate graph of maximum degree A, then Ak(G) 5 [(A + (k -1) m -1)/k], k 2 2, and derive several consequences of this in

Algorithms for maximum k-colorings and k
✍ Fǎnicǎ Gavril πŸ“‚ Article πŸ“… 1987 πŸ› John Wiley and Sons 🌐 English βš– 356 KB

Consider a graph G and a positive integer k. The maximum k-coloring problem is to color a maximum number of vertices using k colors, such that no two adjacent vertices have the same color. The maximum k-covering problem is to find k disjoint cliques covering a maximum number of vertices. The present

Improved shortest path algorithms for ne
✍ Shane Saunders; Tadao Takaoka πŸ“‚ Article πŸ“… 2003 πŸ› Elsevier Science 🌐 English βš– 202 KB

Dijkstra's algorithm solves the single-source shortest path problem on any directed graph in O(m + n log n) time when a Fibonacci heap is used as the frontier set data structure. Here n is the number of vertices and m is the number of edges in the graph. If the graph is nearly acyclic, other algorit

Shortest path algorithms for nearly acyc
✍ Tadao Takaoka πŸ“‚ Article πŸ“… 1998 πŸ› Elsevier Science 🌐 English βš– 496 KB

Abuaiadh and Kingston gave an efficient algorithm for the single source shortest path problem for a nearly acyclic graph with O(m + n log t) computing time, where m and n are the numbers of edges and vertices of the given directed graph and t is the number of delete-min operations in the priority qu