@antv/algorithm
Version:
graph algorithm
19 lines (16 loc) • 360 B
Markdown
### AntV Algorithm
AntV 算法包,包括图算法及其他各类算法。
graph 包下面包括的都是图算法。
AntV 共支持以下图算法:
- adjacentMatrix
- connectedComponent
- degree:in degree、out degree
- detectCycle
- dfs
- dijkstra
- findPath:short path、all path
- floydWarshall
- labelPropagation
- louvain
- pageRank
- neighbors