Idiot-maker

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

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

摘要: https://leetcode.com/problems/find-minimum-in-rotated-sorted-array-ii/Follow upfor "Find Minimum in Rotated Sorted Array":What ifduplicatesare allowed... 阅读全文
posted @ 2015-03-11 14:53 NickyYe 阅读(229) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/set-matrix-zeroes/Given amxnmatrix, if an element is 0, set its entire row and column to 0. Do it in place.click to show... 阅读全文
posted @ 2015-03-11 13:50 NickyYe 阅读(191) 评论(0) 推荐(0) 编辑