Detalhes do pacote

@antv/algorithm

antvis462.3kMIT0.1.26

graph algorithm

graph, algorithm, antv, G6

readme (leia-me)

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