presenter-adjacency-lists

Guide: /guide/algorithms/graph/presenter-adjacency-lists

Signature

presenterAdjacencyLists(graph);

Params:

NameTypeRequiredDefaultDescription
graphDirectedGraph<T>+

Returns:

DirectedGraph<T>