摘要: Yet another Number SequenceLet’s define another number sequence, given by the following function:f(0) = af(1) = bf(n) = f(n − 1) + f(n − 2), n > 1When... 阅读全文
posted @ 2015-08-19 15:22 万俟天亮 阅读(350) 评论(0) 推荐(0)