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 |
---|---|
class |
StandardUnionFind<E>
A Union-Find implementation.
|
Constructor and Description |
---|
StandardUnionFind(UnionFind<E> other)
Creates an UnionFind structure being a copy of other structure.
|
Copyright © 2009-2016 Google. All Rights Reserved.