Skip to content

transpose-directed-graph

Guide: /guide/algorithms/graph/transpose-directed-graph

Signature

ts
transposeDirectedGraph(graph);

Params:

NameTypeRequiredDefaultDescription
graphDirectedGraph<T>+

Returns:

DirectedGraph<T>


MIT Licensed