
# 算法
|                     代码样例文件路径                     |              样例方法名              |                                对应的API                                |
|---|---|---|
| com.huawei.ges.graph.sdk.v1.examples.persistence | testShortestPath                | [最短路径算法](https://support.huaweicloud.com/api-ges/ges_03_0461.html)   |
| com.huawei.ges.graph.sdk.v1.examples.persistence | testShortestPathOfVertexSets    | [点集最短路径算法](https://support.huaweicloud.com/api-ges/ges_03_0462.html) |
| com.huawei.ges.graph.sdk.v1.examples.persistence | testCommonNeighborsOfVertexSets | [点集共同邻居](https://support.huaweicloud.com/api-ges/ges_03_0463.html)   |
   
