- Go backend (server/)
- Frontend (web/, server/static/)
- Database and deployment files
- Scripts and docs
Co-Authored-By: 狸花猫/Claude-Qwen3.6-Plus 🐾
19 lines
360 B
Markdown
19 lines
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
|