第一个子串是否包括第二个子串所有内容,并统计剩余个数
A1093 Count PAT's (25 point(s))
递推计算PAT个数
A1094 The Largest Generation (25 point(s))
BFS统计层结点数
A1095 Cars on Campus (30 point(s))
车辆进出记录统计
A1096 Consecutive Factors (20 point(s))
连续因子的计算630-> 5*6*7
A1097 Deduplication on a Linked List (25 point(s))
链表问题
A1098 Insertion or Heap Sort (25 point(s))
堆排序,插入排序
A1099 Build A Binary Search Tree(30 point(s))
得到树结构,匹配中序数据,得层序
A1100 Mars Numbers (20 point(s))
数学问题
A1101 Quick Sort (25 point(s))
快速排序