Given the provided weights of each edge
The starting NodeId to begin traversal
The ending NodeId to complete traversal
an {@type Array} showing how to traverse the nodes. If traversal is impossible then it will return an empty array
Creates a linked list of the result with each element with a source and target property
Returns an array where each element is a LinkedListItem
Generated using TypeDoc
Given the provided weights of each edge