Map
Index
Random
Help
Topics
th

Topic: graph coloring

topics > computer science > Group: algorithms



Group:
mathematics

Topic:
computational geometry
Topic:
graphs
Topic:
register allocation by graph coloring

Subtopic: chromatic number up

Quote: chromatic number of a graph is the minimal number of colors to color the graph [»chaiGJ_1981]

Subtopic: graph coloring algorithms up

Quote: n_color a graph by removing nodes with fewer then n colors; many graphs fully colored [»chaiGJ_1981]
Quote: 32_color a graph by recursively removing nodes with less than 32 colors; works well [»chaiGJ6_1982]

Subtopic: heuristics up

Quote: in graph coloring, urgency ranking sometimes useful but backtracking was not [»chaiGJ_1981]
Quote: backtrack graph coloring according to urgency, i.e., uncolored_neighbors div unused_colors [»chaiGJ_1981]

Subtopic: applications up

Quote: use coloring to map frequently accessed elements to non-conflicting cache blocks [»chilTM12_2000]
Quote: improve cache performance via copying garbage collector, object-oriented languages, and octree coloring; 42% speedup
[»chilTM12_2000]

Related Topics up

Group: mathematics   (23 topics, 560 quotes)

Topic: computational geometry (20 items)
Topic: graphs (18 items)
Topic: register allocation by graph coloring
(21 items)


Updated barberCB 6/04
Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.