minSpanTree - What types of graphs does the minSpanTree action support?

Réponse

The action supports both directed and undirected graphs. You can specify the graph type using the 'direction' parameter. For directed graphs, a 'source' node can be specified to find a spanning forest rooted at that node.
Did this answer help you?