2015年8月30日

【原创】leetCodeOj --- Sliding Window Maximum 解题报告

摘要: 天,这题我已经没有底气高呼“水”了。。。题目的地址:https://leetcode.com/problems/sliding-window-maximum/题目内容:Given an arraynums, there is a sliding window of sizekwhich is mov... 阅读全文

posted @ 2015-08-30 14:41 shadowmydx'sLab 阅读(258) 评论(0) 推荐(0) 编辑

【原创】leetCodeOj --- Binary Tree Right Side View 解题报告

摘要: 二连水题目地址:https://leetcode.com/problems/binary-tree-right-side-view/题目内容:Given a binary tree, imagine yourself standing on therightside of it, return th... 阅读全文

posted @ 2015-08-30 00:38 shadowmydx'sLab 阅读(156) 评论(0) 推荐(0) 编辑

【原创】leetCodeOj --- Binary Search Tree Iterator 解题报告

摘要: 时间挤挤总是有的太久不做题,脑子都生锈了。来道水题练练手题目地址:https://leetcode.com/problems/binary-search-tree-iterator/题目内容:Implement an iterator over a binary search tree (BST).... 阅读全文

posted @ 2015-08-30 00:11 shadowmydx'sLab 阅读(219) 评论(0) 推荐(0) 编辑

导航