apache / incubator-hugegraph-computer

HugeGraph Computer - A distributed graph processing system for hugegraph (OLAP)
https://hugegraph.apache.org/docs/quickstart/hugegraph-computer/
Apache License 2.0
42 stars 41 forks source link

feat(algorithm): support single source shortest path algorithm #284

Closed diaohancai closed 8 months ago

diaohancai commented 9 months ago

Feature Description (功能描述)

Single-Source Shortest Path. Calculate the shortest path from source vertex A to all vertices.

Refer to Dijkstra's Shortest Path Algorithm.