| 接口 | 说明 |
|---|---|
| DFSVisitor<T> |
A spanning tree visitor callback interface
|
| Visitor<T> |
A graph visitor interface.
|
| 类 | 说明 |
|---|---|
| Edge<T> |
A directed, weighted edge in a graph
|
| Graph<T> |
A directed graph data structure.
|
| Vertex<T> |
A named graph vertex with optional data.
|
Copyright © 2021. All rights reserved.