文件名称:双Euler 回路问题
介绍说明--下载内容均来自于网络,请自行研究使用
一个很好的算法练习:
问题描述:对于给定的图G,经过图中每条边恰好2 次的回路称为图G 的双Euler 回路。
编程任务:对于给定的图G,编程计算图G 的双Euler 回路。
-a good algorithm practice : Problem descr iption : for a given graph G, After map each side exactly two times the loop known as the G-Euler circuit. Programming tasks : for a given graph G, the program calculated the G-Euler circuit.
问题描述:对于给定的图G,经过图中每条边恰好2 次的回路称为图G 的双Euler 回路。
编程任务:对于给定的图G,编程计算图G 的双Euler 回路。
-a good algorithm practice : Problem descr iption : for a given graph G, After map each side exactly two times the loop known as the G-Euler circuit. Programming tasks : for a given graph G, the program calculated the G-Euler circuit.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 39709588双euler 回路问题.rar 列表 output.txt main.cpp input.txt