dijkstra: Dijkstra Algorithem

Description Usage Arguments Value References

Description

Finding the shortest distance between nodes using the Dijkstra algorithem

Usage

1
dijkstra(graph, init_node)

Arguments

graph

A data Frame

init_node

A numeric scalar

Value

Numeric Vector with the shortest distance between nodes

References

https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm


fbarulli/Lib3AF documentation built on May 19, 2019, 1:43 a.m.