flowingfog

偶尔刷题

  博客园  :: 首页  :: 新随笔  :: 联系 ::  :: 管理

2018年11月4日

摘要: 分析 难度 易 来源 https://leetcode.com/problems/minimum-depth-of-binary-tree 题目 Given a binary tree, find its minimum depth. The minimum depth is the number 阅读全文
posted @ 2018-11-04 16:15 flowingfog 阅读(100) 评论(0) 推荐(0) 编辑

摘要: 分析 难度 易 来源 https://leetcode.com/problems/balanced-binary-tree/ 题目 Given a binary tree, determine if it is height-balanced. For this problem, a height- 阅读全文
posted @ 2018-11-04 15:17 flowingfog 阅读(110) 评论(0) 推荐(0) 编辑

摘要: 分析 难度 易 来源 https://leetcode.com/problems/convert-sorted-array-to-binary-search-tree/ 题目 Given an array where elements are sorted in ascending order, c 阅读全文
posted @ 2018-11-04 10:31 flowingfog 阅读(182) 评论(0) 推荐(0) 编辑