incubator-hugegraph-computer icon indicating copy to clipboard operation
incubator-hugegraph-computer copied to clipboard

feat(algorithm): support single source shortest path algorithm

Open diaohancai opened this issue 1 year ago • 1 comments

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.

diaohancai avatar Nov 15 '23 14:11 diaohancai