Skip to content

presenter-adjacency-matrix

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

Signature

ts
presenterAdjacencyMatrix(graph);

Params:

NameTypeRequiredDefaultDescription
graphDirectedGraph<T>+

Returns:

DirectedGraph<T>


MIT Licensed