摘要: Description Queues and Priority Queues are data structures which are known to most computer scientists. The Queue occurs often in our daily life. Ther 阅读全文
posted @ 2016-10-30 16:45 抓不住Jerry的Tom 阅读(401) 评论(0) 推荐(0)
摘要: Description Lele now is thinking about a simple function f(x). If x < 10 f(x) = x. If x >= 10 f(x) = a0 * f(x-1) + a1 * f(x-2) + a2 * f(x-3) + …… + a9 阅读全文
posted @ 2016-10-30 15:16 抓不住Jerry的Tom 阅读(308) 评论(0) 推荐(0)