Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 59 下一页

2015年3月13日

摘要: https://leetcode.com/problems/search-for-a-range/Given a sorted array of integers, find the starting and ending position of a given target value.Your ... 阅读全文
posted @ 2015-03-13 11:05 NickyYe 阅读(181) 评论(0) 推荐(0) 编辑

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) 编辑

2015年3月11日

摘要: https://leetcode.com/problems/word-search/Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of... 阅读全文
posted @ 2015-03-11 22:40 NickyYe 阅读(320) 评论(0) 推荐(0) 编辑

上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 59 下一页