判断有向图连通分支我要分享

Judging the connected branches of a digraph

关注次数: 137

下载次数: 0

文件大小: 1.29 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:给定一个有向图矩阵,返回矩阵中所有的连通分支,如点1,2,3,4连通,5,6连通则返回两个连通分支,一个1,2,3,4,另一个5,6,matlab代码。


English Description:

Given a digraph matrix, return all the connected branches in the matrix, such as point 1,2,3,4 connected, 5,6 connected, then return two connected branches, one 1,2,3,4, the other 5,6, matlab code.


代码预览

相关推荐