0.0.1 • Published 5 years ago

@antv/graph-lgorithm v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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
0.0.1

5 years ago