shortest_path
Find the shortest path between two nodes in a graph. Provide graph, source, and target to get the sequence of nodes forming the shortest route.
Instructions
Find shortest path between nodes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph | Yes | ||
| source | Yes | ||
| target | Yes |