| Package | Description |
|---|---|
| com.eduworks.ec.graph |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Graph<V,E>
A graph consisting of a set of vertices of type
V
set and a set of edges of type E. |
| Modifier and Type | Class and Description |
|---|---|
class |
EcDirectedGraph<V,E>
A directed implementation of {{#crossLink "Graph"}}Graph{{/crossLink}}.
|
Copyright © 2021 Eduworks Corporation. All rights reserved.