graph algorithm
npm install @antv/algorithmgraph 包下面包括的都是图算法。
AntV 共支持以下图算法:
- adjacentMatrix
- connectedComponent
- degree:in degree、out degree
- detectCycle
- dfs
- dijkstra
- findPath:short path、all path
- floydWarshall
- labelPropagation
- louvain
- pageRank
- neighbors