Idiot-maker

  :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 59 下一页

2015年7月11日

摘要: https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-search-tree/ Given a binary search tree (BST), find the lowest common ancestor (LCA) 阅读全文
posted @ 2015-07-11 15:14 NickyYe 阅读(262) 评论(0) 推荐(0) 编辑

2015年7月10日

摘要: https://leetcode.com/problems/palindrome-linked-list/ Given a singly linked list, determine if it is a palindrome. Follow up:Could you do it in O(n) t 阅读全文
posted @ 2015-07-10 10:38 NickyYe 阅读(335) 评论(0) 推荐(0) 编辑

2015年7月2日

摘要: https://leetcode.com/problems/kth-smallest-element-in-a-bst/ Given a binary search tree, write a function kthSmallest to find the kth smallest element 阅读全文
posted @ 2015-07-02 10:53 NickyYe 阅读(202) 评论(0) 推荐(0) 编辑

2015年7月1日

摘要: https://leetcode.com/problems/excel-sheet-column-title/Given a positive integer, return its corresponding column title as appear in an Excel sheet.For... 阅读全文
posted @ 2015-07-01 22:19 NickyYe 阅读(195) 评论(0) 推荐(0) 编辑

摘要: https://leetcode.com/problems/majority-element-ii/Given an integer array of sizen, find all elements that appear more than⌊ n/3 ⌋times. The algorithm ... 阅读全文
posted @ 2015-07-01 20:42 NickyYe 阅读(292) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 59 下一页