flowingfog

偶尔刷题

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

2018年10月30日

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

摘要: 分析 难度 易 来源 https://leetcode.com/problems/symmetric-tree/ 题目 Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its cent 阅读全文
posted @ 2018-10-30 19:33 flowingfog 阅读(94) 评论(0) 推荐(0) 编辑

摘要: 分析 难度 易 来源 https://leetcode.com/problems/same-tree/ 题目 Given two binary trees, write a function to check if they are the same or not. Two binary trees 阅读全文
posted @ 2018-10-30 19:18 flowingfog 阅读(104) 评论(0) 推荐(0) 编辑