Skip to content

@graphty/algorithms / index / BellmanFordOptions

Interface: BellmanFordOptions ​

Defined in: algorithms/shortest-path/bellman-ford.ts:16

Bellman-Ford algorithm options

Properties ​

target? ​

optional target: NodeId

Defined in: algorithms/shortest-path/bellman-ford.ts:20

Target node for early termination (optional)