wiki
comparison
concepts
entities
summaries
index
log
子图
定义
子图是原图的一个子集,包含原图的部分节点和边(这些边必须连接子图中的节点)。
常见类型
生成子图
:包含原图所有节点的子图
导出子图
:包含选定节点及其所有相连的边
连通子图
:子图中任意两节点间有路径
相关概念
图
:子图的主体
连通图
:连通子图
Interactive Graph