摘要:
题目不在描述,见计算机算法设计与分析习题解答(第二版)王晓东 第6页/** CoinSort.cpp** Created on: Dec 4, 2014* Author: hujianjie*/#includeusing namespace std;int Max = 10;int n, m, co... 阅读全文
摘要:
Many years ago , in Teddy’s hometown there was a man who was called “Bone Collector”. This man like to collect varies of bones , such as dog’s , cow’s... 阅读全文
摘要:
Problem DescriptionA subsequence of a given sequence is the given sequence with some elements (possible none) left out. Given a sequence X = another ... 阅读全文
摘要:
Problem DescriptionA number whose only prime factors are 2,3,5 or 7 is called a humble number. The sequence 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 15,... 阅读全文