Skip to content

Commit 86d7f52

Browse files
author
shiwu
committed
chore: update README
1 parent 41ac19b commit 86d7f52

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,24 @@
11
### AntV Algorithm
2+
23
AntV 算法包,包括图算法及其他各类算法。
34

45
graph 包下面包括的都是图算法。
56

67
AntV 共支持以下图算法:
7-
- adjacentMatrix
8-
- connectedComponent
9-
- degree:in degree、out degree
10-
- detectCycle
11-
- dfs
12-
- dijkstra
13-
- findPath:short path、all path
14-
- floydWarshall
15-
- labelPropagation
16-
- louvain
17-
- pageRank
18-
- neighbors
8+
9+
- adjacentMatrix 邻接矩阵
10+
- connectedComponent 联通子图
11+
- degree: in degree, out degree 出度入度
12+
- detectCycle 环检测
13+
- dfs 深度优先遍历
14+
- dijkstra 最短路径算法
15+
- findPath: shortest path, all paths 寻找最短路径、所有路径
16+
- floydWarshall 弗洛伊德最短路径算法
17+
- labelPropagation 标签传播自动聚类
18+
- louvain 自动聚类
19+
- pageRank 网页排序
20+
- neighbors 邻居
21+
- minimumSpanningTree 最小生成树
22+
- GADDI 模式匹配
23+
24+
并支持在 web-worker 中计算上述算法

0 commit comments

Comments
 (0)