Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2015年3月12日

摘要: https://leetcode.com/problems/pascals-triangle-ii/Given an indexk, return thekthrow of the Pascal's triangle.For example, givenk= 3,Return[1,3,3,1].No... 阅读全文
posted @ 2015-03-12 21:15 NickyYe 阅读(178) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/pascals-triangle/GivennumRows, generate the firstnumRowsof Pascal's triangle.For example, givennumRows= 5,Return[ [1... 阅读全文
posted @ 2015-03-12 16:19 NickyYe 阅读(115) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/restore-ip-addresses/ Given a string containing only digits, restore it by returning all possible valid IP address combi 阅读全文
posted @ 2015-03-12 14:55 NickyYe 阅读(163) 评论(0) 推荐(0) 编辑