You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@antv/algorithm

Package Overview
Dependencies
Maintainers
64
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@antv/algorithm

graph algorithm

0.1.26
latest
Source
npm
Version published
Weekly downloads
82K
-14.33%
Maintainers
64
Weekly downloads
 
Created
Source

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

Keywords

graph

FAQs

Package last updated on 03 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts