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 |
LinkedUndirectedGraph<N,E>
An undirected graph using linked list within nodes to store edge
information.
|
Copyright © 2009-2017 Google. All Rights Reserved.