Idiot-maker

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

2015年3月19日

摘要: https://leetcode.com/problems/longest-consecutive-sequence/ Given an unsorted array of integers, find the length of the longest consecutive elements s 阅读全文
posted @ 2015-03-19 20:20 NickyYe 阅读(154) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/sum-root-to-leaf-numbers/Given a binary tree containing digits from0-9only, each root-to-leaf path could represent a num... 阅读全文
posted @ 2015-03-19 16:53 NickyYe 阅读(150) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/combinations/ Given two integers n and k, return all possible combinations of k numbers out of 1 ... n. For example,If n 阅读全文
posted @ 2015-03-19 14:16 NickyYe 阅读(232) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/spiral-matrix-ii/Given an integern, generate a square matrix filled with elements from 1 ton2in spiral order.For example... 阅读全文
posted @ 2015-03-19 13:22 NickyYe 阅读(121) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/spiral-matrix/Given a matrix ofmxnelements (mrows,ncolumns), return all elements of the matrix in spiral order.For examp... 阅读全文
posted @ 2015-03-19 11:03 NickyYe 阅读(150) 评论(0) 推荐(0) 编辑

上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 59 下一页