From a8a065eda2fbb6bd64a73765775a71d8ccdbb315 Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Tue, 12 Oct 2021 10:56:54 +0800 Subject: [PATCH 1/2] Update nebula-algorithm.md --- docs-2.0/nebula-algorithm.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs-2.0/nebula-algorithm.md b/docs-2.0/nebula-algorithm.md index 3b4b716617f..2e1127eaa99 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| From 5f736d7d756c3c5236d2bc66508b0641d10a6139 Mon Sep 17 00:00:00 2001 From: "max.zhu@vesoft.com" <86282370+izhuxiaoqing@users.noreply.github.com> Date: Tue, 12 Oct 2021 11:59:16 +0800 Subject: [PATCH 2/2] Update nebula-algorithm.md --- docs-2.0/nebula-algorithm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs-2.0/nebula-algorithm.md b/docs-2.0/nebula-algorithm.md index 2e1127eaa99..65638733472 100644 --- a/docs-2.0/nebula-algorithm.md +++ b/docs-2.0/nebula-algorithm.md @@ -34,7 +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| +| 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|