incubator-hugegraph-computer
incubator-hugegraph-computer copied to clipboard
feat(algorithm): support single source shortest path algorithm
trafficstars
Feature Description (功能描述)
Source-Target Shortest Path. Calculate the shortest path from source vertex A to target vertex B
Refer to Dijkstra's Shortest Path Algorithm.
There may be similar implementation/optimization points to refer https://github.com/apache/incubator-hugegraph/issues/2359