2016年3月13日
摘要: 题目是: Given an index k, return the kth row of the Pascal's triangle. For example, given k = 3,Return [1,3,3,1]. Note:Could you optimize your algorithm 阅读全文
posted @ 2016-03-13 17:29 狂奔的蜗牛163 阅读(503) 评论(0) 推荐(1) 编辑