Skip to content

presenter-adjacency-lists

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

Signature

ts
presenterAdjacencyLists(graph);

Params:

NameTypeRequiredDefaultDescription
graphDirectedGraph<T>+

Returns:

DirectedGraph<T>


MIT Licensed