文件名称:EdgeDisjointCycles
介绍说明--下载内容均来自于网络,请自行研究使用
Edge Disjoint Cycles. You are given an input graph that is either directed or undirected. Write a program that reads in a vertex number and lists the number of edge disjoint cycles that start and end at this vertex. The output should also list the edges in each of the cycle discovered. Input will be the adjacency matrix preceded by a 0 or 1 representing Directed or Undirected graphs respectively.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
EdgeDisjointCycles