@graphty/algorithms / index / BellmanFordOptions
Interface: BellmanFordOptions ​
Defined in: algorithms/shortest-path/bellman-ford.ts:16
Bellman-Ford algorithm options
Properties ​
target? ​
optionaltarget:NodeId
Defined in: algorithms/shortest-path/bellman-ford.ts:20
Target node for early termination (optional)