Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 59 下一页

2015年2月26日

摘要: https://oj.leetcode.com/problems/binary-search-tree-iterator/Implement an iterator over a binary search tree (BST). Your iterator will be initialized ... 阅读全文
posted @ 2015-02-26 16:43 NickyYe 阅读(594) 评论(0) 推荐(0) 编辑

2015年2月25日

摘要: https://oj.leetcode.com/problems/anagrams/Given an array of strings, return all groups of strings that are anagrams.Note: All inputs will be in lower-... 阅读全文
posted @ 2015-02-25 21:16 NickyYe 阅读(524) 评论(0) 推荐(0) 编辑

2015年2月24日

摘要: https://oj.leetcode.com/problems/add-binary/ Given two binary strings, return their sum (also a binary string). For example,a = "11"b = "1"Return "100 阅读全文
posted @ 2015-02-24 20:30 NickyYe 阅读(287) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/balanced-binary-tree/Given a binary tree, determine if it is height-balanced.For this problem, a height-balanced bina... 阅读全文
posted @ 2015-02-24 17:14 NickyYe 阅读(229) 评论(0) 推荐(0) 编辑

摘要: https://oj.leetcode.com/problems/minimum-depth-of-binary-tree/Given a binary tree, find its minimum depth.The minimum depth is the number of nodes alo... 阅读全文
posted @ 2015-02-24 15:57 NickyYe 阅读(299) 评论(0) 推荐(0) 编辑

上一页 1 ··· 29 30 31 32 33 34 35 36 37 ··· 59 下一页