摘要:
2015沈阳区域赛现场赛第2题 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=5510 题意:给定一个由字符串组成的序列,一共n个元素,每个元素是一个不超过2000个字符的字符串。求"存在秩小于 i 且不是 i 的子串"的最大的 i (1<= i <= 阅读全文
摘要:
本节介绍平面划分问题,即n条直线最多把一个平面划分为几个区域(region)。 问题描述: "What is the maximum number Ln of regions defined by n lines in the plane?" 这个问题最初由瑞士数学家Jacob Steiner在18 阅读全文
摘要:
这一节借助汉诺塔问题引入了"Reccurent Problems"。 (Reccurence, 在这里解释为“the solution to each problem depends on the solutions to smaller instances of the same problem” 阅读全文