2017年3月28日

LeetCode : Pascal's Triangle

摘要: Given numRows, generate the first numRows of Pascal’s triangle.For example, given numRows = 5, Return[ [1], [1,1], [1,2,1], [1,... 阅读全文

posted @ 2017-03-28 23:34 gechen 阅读(66) 评论(0) 推荐(0) 编辑

LeetCode : Plus One

摘要: Given a non-negative integer represented as a non-empty array of digits, plus one to the integer.You may assume the integer do not contain an... 阅读全文

posted @ 2017-03-28 15:57 gechen 阅读(71) 评论(0) 推荐(0) 编辑

导航