## 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β²__(_
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
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
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
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
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