diff --git a/docs-2.0/nebula-algorithm.md b/docs-2.0/nebula-algorithm.md index 3b4b716617f..65638733472 100644 --- a/docs-2.0/nebula-algorithm.md +++ b/docs-2.0/nebula-algorithm.md @@ -34,6 +34,7 @@ The graph computing algorithms supported by Nebula Algorithm are as follows. | StronglyConnectedComponent |Strongly connected component | Community discovery | | ShortestPath |The shortest path | Path planning, network planning | | TriangleCount |Triangle counting | Network structure analysis| +| GraphTriangleCount | Graph triangle counting | Network structure and tightness analysis| | BetweennessCentrality | Intermediate centrality | Key node mining, node influence computing | | DegreeStatic |Degree of statistical | Graph structure analysis|