transpose-directed-graph
Guide: /guide/algorithms/graph/transpose-directed-graph
Signature
transposeDirectedGraph(graph);
Params:
Name | Type | Required | Default | Description |
---|---|---|---|---|
graph | DirectedGraph<T> | + |
Guide: /guide/algorithms/graph/transpose-directed-graph
transposeDirectedGraph(graph);
Name | Type | Required | Default | Description |
---|---|---|---|---|
graph | DirectedGraph<T> | + |
DirectedGraph<T>