Closed william-silversmith closed 3 years ago
Dijkstra usually works via a target position, but what if we want to find the path to a target value? For example, in an algorithm I'm thinking of, we'd want to find the path to the nearest zero weight "rail".
This was added via #33
Dijkstra usually works via a target position, but what if we want to find the path to a target value? For example, in an algorithm I'm thinking of, we'd want to find the path to the nearest zero weight "rail".