biconnectedComponents - Can this action process both directed and undirected graphs?

Réponse

Yes, you can use the `direction` parameter. It can be set to `UNDIRECTED` (which is the default) or `DIRECTED` to specify how the input graph should be treated.
Cette réponse vous a-t-elle aidé ?
biconnectedComponents

optNetwork

Doc : biconnectedComponents