摘要: 题目描述 Tom最近在研究一个有趣的排序问题。如图所示,通过2个栈S1和S2,Tom希望借助以下4种操作实现将输入序列升序排序。 操作a 如果输入序列不为空,将第一个元素压入栈S1 操作b 如果栈S1不为空,将S1栈顶元素弹出至输出序列 操作c 如果输入序列不为空,将第一个元素压入栈S2 操作d 如 阅读全文
posted @ 2016-04-24 23:12 Orion_7 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 题目描述 Hanks 博士是 BT (Bio-Tech,生物技术) 领域的知名专家。现在,他正在为一个细胞实 验做准备工作:培养细胞样本。 Hanks 博士手里现在有 N 种细胞,编号从 1~N,一个第 i 种细胞经过 1 秒钟可以分裂为 Si个同种细胞(Si为正整数)。现在他需要选取某种细胞的一个 阅读全文
posted @ 2016-04-24 22:25 Orion_7 阅读(298) 评论(0) 推荐(0) 编辑
摘要: Yup!! The problem name reects your task; just add a set of numbers. But you may feel yourselvescondescended, to write a C/C++ program just to add a se 阅读全文
posted @ 2016-04-24 21:14 Orion_7 阅读(292) 评论(0) 推荐(0) 编辑
摘要: Before the invention of book-printing, it was very hard to make a copy of a book. All the contents hadto be re-written by hand by so called scribers. 阅读全文
posted @ 2016-04-24 21:08 Orion_7 阅读(265) 评论(0) 推荐(0) 编辑