Package | Description |
---|---|
com.google.javascript.jscomp.graph |
Provides graph data structures and algorithms for coloring and fixed-point
computations.
|
Modifier and Type | Class and Description |
---|---|
static class |
GraphColoring.GreedyGraphColoring<N,E>
Greedily assign nodes with high degree unique colors.
|
Copyright © 2009–2023 Google. All rights reserved.