MCPcopy Create free account
hub / github.com/aistrate/AlgorithmsSedgewick / Digraph

Class Digraph

4-Graphs/4-2-DirectedGraphs/Digraph.java:42–159  ·  view source on GitHub ↗

The Digraph class represents an directed graph of vertices named 0 through V-1. It supports the following operations: add an edge to the graph, iterate over all of the neighbors incident to a vertex. Parallel edges and self-loops are permitted. For additional documentation, see <

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected