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.
¿Te ayudó esta respuesta?
biconnectedComponents

optNetwork

Doc : biconnectedComponents