文件名称:Matching-2
介绍说明--下载内容来自于网络,使用问题请自行百度
//给定整数n,产生所有[2n]上的匹配(matching)
//将其视为一个所有块大小均为2的集合分拆
//以a_i表示其第i个元素所在的集合号
//输出格式为 a1 a2 a3 ...
//满足
//a_{i+1} <= max { a1,a2,...a_i } + 1
-/ / a given integer n, have all [2n] on the matching (matching) / / will be considered as an all pieces are two sets of a split / / a_i said in its i elements of a collection of lies / / output format for a1 a2 a3 ... / / meet / / a_ i (a)
//将其视为一个所有块大小均为2的集合分拆
//以a_i表示其第i个元素所在的集合号
//输出格式为 a1 a2 a3 ...
//满足
//a_{i+1} <= max { a1,a2,...a_i } + 1
-/ / a given integer n, have all [2n] on the matching (matching) / / will be considered as an all pieces are two sets of a split / / a_i said in its i elements of a collection of lies / / output format for a1 a2 a3 ... / / meet / / a_ i (a)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
M2.cpp
www.dssz.com.txt
www.dssz.com.txt
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.