How can I handle directed versus undirected graphs?
0 vues
Réponse
You can use the 'direction' parameter. Set it to 'DIRECTED' if the links in your graph have a specific direction (from a source node to a sink node). The default value is 'UNDIRECTED', where links are considered bidirectional.